mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
serial console allows user to easy access to ipfire image instance in KVM/Libvirt environment by virt console <ipfire instance> Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
GRUB_TIMEOUT=5
|
|
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
|
GRUB_DEFAULT=saved
|
|
GRUB_CMDLINE_LINUX="rd.auto panic=10 console=tty0 console=ttyS0,115200n8"
|
|
GRUB_TERMINAL=serial
|
|
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop==1"
|
|
GRUB_DISABLE_RECOVERY="true"
|
|
GRUB_BACKGROUND="/boot/grub/splash.png"
|