mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Merge pull request #103 from tomfitzhenry/patch-1
pcengines/apu: expose GRUB over serial
This commit is contained in:
commit
0dd12e05e5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue