summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-08-07 18:27:18 -0700
committerrbalocca <rbalocca@vyatta.com>2008-08-07 18:27:18 -0700
commitdc94c5c8e77817df8908c2b6aad08d70b1e142d3 (patch)
tree8bae182d5f12c66e451cb20371521ccc9644bd8a
parentd2da6d1177bb0cb1922c2f2b73b8a4f557cece28 (diff)
downloadvyatta-cfg-system-dc94c5c8e77817df8908c2b6aad08d70b1e142d3.tar.gz
vyatta-cfg-system-dc94c5c8e77817df8908c2b6aad08d70b1e142d3.zip
More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
-rwxr-xr-xscripts/grub-setup2
1 files changed, 1 insertions, 1 deletions
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 "}"