From 3f6bb58b0f98f8ca9dd986f8f274906c33596083 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 8 Feb 2010 12:02:18 -0800 Subject: Bugfix 5225: Include the OS version number in the grub menu entry. --- scripts/install/install-postinst-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install') diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index d2187434..e099e030 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -138,7 +138,7 @@ grub_root=$WRITE_ROOT grub_setup_args="-u $version" if [ "$INSTALL_TYPE" == 'old' ]; then grub_root=$INST_ROOT - grub_setup_args='' + grub_setup_args="-v $version" elif [ "$INSTALL_TYPE" != 'union' ]; then echo 'Invalid install type. Exiting...' exit 1 -- cgit v1.2.3