summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-08-05 16:13:38 -0700
committerrbalocca <rbalocca@vyatta.com>2008-08-05 16:13:38 -0700
commit8bd10c6dd3f7a0d91038584f3b33b9ad10a5b566 (patch)
tree79ecc244f4f1bf88ec868f1ed960ee0f9ff18d7c
parent24ea5effd365d09abf7bdfa7e2c1f6601cacda50 (diff)
downloadvyatta-cfg-system-8bd10c6dd3f7a0d91038584f3b33b9ad10a5b566.tar.gz
vyatta-cfg-system-8bd10c6dd3f7a0d91038584f3b33b9ad10a5b566.zip
Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3542
-rwxr-xr-xscripts/grub-setup3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/grub-setup b/scripts/grub-setup
index bf293486..5607b098 100755
--- a/scripts/grub-setup
+++ b/scripts/grub-setup
@@ -81,7 +81,7 @@ serial_console="console=tty0 console=ttyS0,9600"
echo "Unable to read filesystem UUID. Exiting."
exit 1
else
- grub_root="root=UUID=$uuid ro"
+ GRUB_OPTIONS="$GRUB_OPTIONS root=UUID=$uuid ro"
fi
(
@@ -94,7 +94,6 @@ serial_console="console=tty0 console=ttyS0,9600"
# set serial console options
echo -e "serial --unit=0 --speed=9600"
echo "terminal serial"
- echo "set root=$grub_root"
echo ""
echo "echo -n Press ESC to enter the Grub menu..."