diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-30 11:29:28 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-30 11:29:28 +0200 |
| commit | 3f91306dd33f115e62bffce41b0c1d4c4f2afc06 (patch) | |
| tree | b9a370d9aaa6ea5df90509494224c16d47ed619d /DistUpgrade/cdromupgrade | |
| parent | a84c8d3574e62d7cf6bed8df21733ff1a1f96c9d (diff) | |
| download | python-apt-3f91306dd33f115e62bffce41b0c1d4c4f2afc06.tar.gz | |
* DistUpgrade/Changelog, README, TODO:
- documentation updated
* DistUpgrade/cdromupgrade:
- simple wrapper to be put onto the CD
Diffstat (limited to 'DistUpgrade/cdromupgrade')
| -rwxr-xr-x | DistUpgrade/cdromupgrade | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DistUpgrade/cdromupgrade b/DistUpgrade/cdromupgrade new file mode 100755 index 00000000..d33c56c1 --- /dev/null +++ b/DistUpgrade/cdromupgrade @@ -0,0 +1,10 @@ +#!/bin/sh +# +# "cdromupgrade" is a shell script wrapper around the dist-upgrader +# to make it possible to put it onto the top-level dir of a CD and +# run it from there +# + +cddirname=${0%\/*} +cd $cddirname/upgrade +$cddirname/upgrade/dist-upgrade.py --cdrom $cddirname
\ No newline at end of file |
