From 629acfb44e5fccb18a19092034913eddf6cc1c1c Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Wed, 13 Aug 2008 19:06:36 -0700 Subject: Bugfix: 1292 Disable logo per instructions from Anatoly. --- scripts/grub-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/grub-setup b/scripts/grub-setup index 1e6751d9..a681a955 100755 --- a/scripts/grub-setup +++ b/scripts/grub-setup @@ -119,7 +119,7 @@ vga_logo="vga=785" 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