diff options
Diffstat (limited to 'scripts/grub-setup')
-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 "}" |