mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 10:28:51 +08:00
Merge pull request #103 from tomfitzhenry/patch-1
pcengines/apu: expose GRUB over serial
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
{
|
{
|
||||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
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
|
||||||
|
";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user