We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65f130 commit ba02587Copy full SHA for ba02587
tests/disko-install/configuration.nix
@@ -28,8 +28,8 @@
28
boot.kernelParams = [
29
"console=tty0"
30
]
31
- ++ (lib.optional (pkgs.stdenv.hostPlatform.isAarch) "ttyAMA0,115200")
32
- ++ (lib.optional (pkgs.stdenv.hostPlatform.isRiscV64) "ttySIF0,115200")
+ ++ (lib.optional (pkgs.stdenv.hostPlatform.isAarch) "console=ttyAMA0,115200")
+ ++ (lib.optional (pkgs.stdenv.hostPlatform.isRiscV64) "console=ttySIF0,115200")
33
++ [ "console=ttyS0,115200" ];
34
35
# reduce closure size
0 commit comments