mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
installer+grub: Fix serial console support with GRUB2.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user