nit
parent
3a22bdcd75
commit
19ef7307df
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
boot.kernelParams = ["console=ttyS0,19200n8"];
|
boot.kernelParams = ["console=ttyS0,19200n8"];
|
||||||
boot.loader.grub.extraConfig = ''
|
boot.loader.grub.extraConfig = ''
|
||||||
serial --speed19200 --unit=0 --word=8 --parity=no --stop=1
|
serial --speed=19200 --unit=0 --word=8 --parity=no --stop=1
|
||||||
terminal_input serial;
|
terminal_input serial;
|
||||||
terminal_output serial;
|
terminal_output serial;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue