From b439500cbaae43279d6cfb536b765775922829a8 Mon Sep 17 00:00:00 2001 From: Rick Balocca Date: Wed, 6 Aug 2008 14:46:36 -0700 Subject: Script cleanup --- scripts/grub-setup | 3 --- 1 file changed, 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 "}" -- cgit v1.2.3