sd-image-*: Set verbose kernel loglevel

Much easier to debug boot issues this way...
This commit is contained in:
Tuomas Tynkkynen 2016-04-18 18:01:42 +03:00 committed by Tuomas Tynkkynen
parent ec6759a098
commit b6b7da20be
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttymxc0,115200n8" "console=ttyAMA0,115200n8" "console=ttyO0,115200n8" "console=tty0"];
boot.consoleLogLevel = 7;
# FIXME: this probably should be in installation-device.nix
users.extraUsers.root.initialHashedPassword = "";

View File

@ -26,6 +26,7 @@ in
boot.loader.generic-extlinux-compatible.enable = true;
boot.kernelPackages = pkgs.linuxPackages_rpi;
boot.consoleLogLevel = 7;
# FIXME: this probably should be in installation-device.nix
users.extraUsers.root.initialHashedPassword = "";