diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-08-06 14:46:36 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-08-06 14:46:36 -0700 |
commit | b439500cbaae43279d6cfb536b765775922829a8 (patch) | |
tree | db0dd59f8e01b2c62ab53bc857165d54dd68a9ef | |
parent | 505a40f29bff4799e1fa53ea5f4b7d6697975a31 (diff) | |
download | vyatta-cfg-quagga-b439500cbaae43279d6cfb536b765775922829a8.tar.gz vyatta-cfg-quagga-b439500cbaae43279d6cfb536b765775922829a8.zip |
Script cleanup
-rwxr-xr-x | scripts/grub-setup | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/grub-setup b/scripts/grub-setup index bf293486..fd241995 100755 --- a/scripts/grub-setup +++ b/scripts/grub-setup @@ -90,11 +90,9 @@ serial_console="console=tty0 console=ttyS0,9600" # Numbering starts at 0 for the first option. echo -e "set default=$default_console" echo "set timeout=5" - #echo "#set splashimage=(hd0,0)/grub/splash.xpm.gz" # set serial console options echo -e "serial --unit=0 --speed=9600" echo "terminal serial" - echo "set root=$grub_root" echo "" echo "echo -n Press ESC to enter the Grub menu..." @@ -111,7 +109,6 @@ 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 $vga_logo $vty_console" echo -e "\tinitrd /boot/initrd.img" echo -e "}" |