diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-08-07 16:00:55 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-08-07 16:00:55 +0000 |
commit | 0ca1aeec8743a6d16ba8305967d2bddff3ba0648 (patch) | |
tree | e8f218deb346104d11c050e3b150ce43a6d0fa34 /rescue/Flash | |
parent | a4971db7b53cd8f24b8b56a48db10baa138fb59e (diff) | |
download | drakx-0ca1aeec8743a6d16ba8305967d2bddff3ba0648.tar drakx-0ca1aeec8743a6d16ba8305967d2bddff3ba0648.tar.gz drakx-0ca1aeec8743a6d16ba8305967d2bddff3ba0648.tar.bz2 drakx-0ca1aeec8743a6d16ba8305967d2bddff3ba0648.tar.xz drakx-0ca1aeec8743a6d16ba8305967d2bddff3ba0648.zip |
use most recent label when upgrading
Diffstat (limited to 'rescue/Flash')
-rwxr-xr-x | rescue/Flash/scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/upgrade b/rescue/Flash/scripts/upgrade index 7b395c4c3..87510b421 100755 --- a/rescue/Flash/scripts/upgrade +++ b/rescue/Flash/scripts/upgrade @@ -201,7 +201,7 @@ function copy_new_version() { chmod -R u+w $rootdir chmod -R u-w $rootdir$boot_rel $rootdir$loopbacks_rel - new_label=$(source_version_variables "2.0"; echo $label) + new_label=$(source_version_variables "2.05"; echo $label) MTOOLS_SKIP_CHECK=1 mlabel -i $usbroot_device ::$new_label return 0 |