diff options
| author | Bob Gilligan <gilligan@vyatta.com> | 2010-02-08 12:02:18 -0800 | 
|---|---|---|
| committer | Bob Gilligan <gilligan@vyatta.com> | 2010-02-08 12:02:18 -0800 | 
| commit | 3f6bb58b0f98f8ca9dd986f8f274906c33596083 (patch) | |
| tree | 7ec3c7ae4fbdf518560c49ba98d6e7e9747dc9f0 /scripts/install/install-postinst-new | |
| parent | d1c814b29aeb7dd2b581a4ffea23bde61331bcf5 (diff) | |
| download | vyatta-cfg-system-3f6bb58b0f98f8ca9dd986f8f274906c33596083.tar.gz vyatta-cfg-system-3f6bb58b0f98f8ca9dd986f8f274906c33596083.zip | |
Bugfix 5225: Include the OS version number in the grub menu entry.
Diffstat (limited to 'scripts/install/install-postinst-new')
| -rwxr-xr-x | scripts/install/install-postinst-new | 2 | 
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 | 
