summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-08-07 16:00:55 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-08-07 16:00:55 +0000
commit0ca1aeec8743a6d16ba8305967d2bddff3ba0648 (patch)
treee8f218deb346104d11c050e3b150ce43a6d0fa34 /rescue
parenta4971db7b53cd8f24b8b56a48db10baa138fb59e (diff)
downloaddrakx-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')
-rwxr-xr-xrescue/Flash/scripts/upgrade2
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