summaryrefslogtreecommitdiff
path: root/scripts/grub-setup
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-17 17:03:51 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-17 17:03:51 -0700
commit8181db045b6d1ad0e1fd2293b801256b04fee2d0 (patch)
tree487744bc1c29db0f6f7378eb29ff1575798a155b /scripts/grub-setup
parent133b72347631663ee595312579dd2991059280cb (diff)
parent68f0137faceea8a712fe8d269548acbcb5c34d1e (diff)
downloadvyatta-cfg-quagga-8181db045b6d1ad0e1fd2293b801256b04fee2d0.tar.gz
vyatta-cfg-quagga-8181db045b6d1ad0e1fd2293b801256b04fee2d0.zip
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into islavista
Diffstat (limited to 'scripts/grub-setup')
-rwxr-xr-xscripts/grub-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/grub-setup b/scripts/grub-setup
index a3ecffdf..70da564e 100755
--- a/scripts/grub-setup
+++ b/scripts/grub-setup
@@ -146,7 +146,7 @@ vga_logo="vga=785"
done
fi
- if [ -f "$ROOTFSDIR/boot/vmlinuz" ] && [ ! eval $UNION ]; then
+ if [ -f "$ROOTFSDIR/boot/vmlinuz" ] && ! eval $UNION ; then
# Set first system boot option. Make KVM the default console in this one.
echo -e "menuentry \"Vyatta OFR (KVM console)\" {"
echo -e "\tlinux /boot/vmlinuz $GRUB_OPTIONS $vga_logo $vty_console"