X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgrub%2Ffiles%2Fetc-default-grub;h=b3a34671a797527a889bf1bfd2cf87f915f8a19e;hb=c411bff87018e2fffcc85ae52f42740b3e2fd378;hp=d5536d9de3ff9f686f3415eaacb8bbaaeb7beae3;hpb=ea79efc95ff636a7695165aa8440e013ef52b61a;p=mirror%2Fdsa-puppet.git diff --git a/modules/grub/files/etc-default-grub b/modules/grub/files/etc-default-grub index d5536d9de..b3a34671a 100644 --- a/modules/grub/files/etc-default-grub +++ b/modules/grub/files/etc-default-grub @@ -7,7 +7,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" -GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8" +GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains @@ -30,5 +30,3 @@ GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" -GRUB_TERMINAL="serial console" -GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"