From 171863b765d4670bedd65c4f945f0acd458ddb38 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Wed, 17 Sep 2008 15:18:15 -0700 Subject: fix bug 3863 --- scripts/grub-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3