diff --git a/resources/grub.d/wit.cfg b/resources/grub.d/wit.cfg new file mode 100644 index 0000000..fa13632 --- /dev/null +++ b/resources/grub.d/wit.cfg @@ -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"