summaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2010-02-08 12:02:18 -0800
committerBob Gilligan <gilligan@vyatta.com>2010-02-08 12:02:18 -0800
commit3f6bb58b0f98f8ca9dd986f8f274906c33596083 (patch)
tree7ec3c7ae4fbdf518560c49ba98d6e7e9747dc9f0 /scripts/install
parentd1c814b29aeb7dd2b581a4ffea23bde61331bcf5 (diff)
downloadvyatta-cfg-quagga-3f6bb58b0f98f8ca9dd986f8f274906c33596083.tar.gz
vyatta-cfg-quagga-3f6bb58b0f98f8ca9dd986f8f274906c33596083.zip
Bugfix 5225: Include the OS version number in the grub menu entry.
Diffstat (limited to 'scripts/install')
-rwxr-xr-xscripts/install/install-postinst-new2
1 files changed, 1 insertions, 1 deletions
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