From dc94c5c8e77817df8908c2b6aad08d70b1e142d3 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Thu, 7 Aug 2008 18:27:18 -0700 Subject: More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and http://bugzilla.vyatta.com/show_bug.cgi?id=3552) --- scripts/grub-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grub-setup b/scripts/grub-setup index be1e60f0..7baa43fd 100755 --- a/scripts/grub-setup +++ b/scripts/grub-setup @@ -120,7 +120,7 @@ serial_console="console=tty0 console=ttyS0,9600" if [ -f "/boot/vmlinuz" ]; 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" + echo -e "\tlinux /boot/vmlinuz $GRUB_OPTIONS $vty_console" echo -e "\tinitrd /boot/initrd.img" echo -e "}" -- cgit v1.2.3