Corrected console typo
This commit is contained in:
parent
1a16eb5bd8
commit
b6c40babfb
|
@ -12,7 +12,7 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelParams = [ "console-ttyS0,19200n8" ];
|
||||
boot.kernelParams = [ "console=ttyS0,19200n8" ];
|
||||
boot.loader = {
|
||||
grub = {
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue