From 0ca1aeec8743a6d16ba8305967d2bddff3ba0648 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 7 Aug 2009 16:00:55 +0000 Subject: use most recent label when upgrading --- rescue/Flash/scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/Flash') 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 -- cgit v1.2.1