grub serial settings

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-22 14:18:15 -05:00
parent e6c1276e87
commit 327ce420b5
1 changed files with 5 additions and 0 deletions

5
resources/grub.d/wit.cfg Normal file
View File

@ -0,0 +1,5 @@
GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200n8"
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"
GRUB_TERMINAL_INPUT="console serial"
GRUB_TERMINAL_OUTPUT="gfxterm serial"