installer+grub: Fix serial console support with GRUB2.

This commit is contained in:
Michael Tremer
2014-08-21 12:32:59 +02:00
parent 72407b49d0
commit 9dd16c6d24
3 changed files with 23 additions and 16 deletions

View File

@@ -1,7 +1,5 @@
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
# GRUB_TERMINAL="serial console"
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"
GRUB_CMDLINE_LINUX="quiet rhgb"
GRUB_CMDLINE_LINUX="panic=10"
GRUB_DISABLE_RECOVERY="true"