diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-08-07 18:27:18 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-08-07 18:27:18 -0700 |
commit | dc94c5c8e77817df8908c2b6aad08d70b1e142d3 (patch) | |
tree | 8bae182d5f12c66e451cb20371521ccc9644bd8a | |
parent | d2da6d1177bb0cb1922c2f2b73b8a4f557cece28 (diff) | |
download | vyatta-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-x | scripts/grub-setup | 2 |
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 "}" |