Merge pull request #103 from tomfitzhenry/patch-1

pcengines/apu: expose GRUB over serial
This commit is contained in:
Jörg Thalheim 2019-03-25 21:05:18 +00:00 committed by GitHub
commit 0dd12e05e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
{
boot.kernelParams = [ "console=ttyS0,115200n8" ];
boot.loader.grub.extraConfig = "
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal_input serial
terminal_output serial
";
}