sd-image-*: Set verbose kernel loglevel

Much easier to debug boot issues this way...

authored by

Tuomas Tynkkynen and committed by
Tuomas Tynkkynen
b6b7da20 ec6759a0

+2
+1
nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
··· 24 24 25 25 boot.kernelPackages = pkgs.linuxPackages_latest; 26 26 boot.kernelParams = ["console=ttyS0,115200n8" "console=ttymxc0,115200n8" "console=ttyAMA0,115200n8" "console=ttyO0,115200n8" "console=tty0"]; 27 + boot.consoleLogLevel = 7; 27 28 28 29 # FIXME: this probably should be in installation-device.nix 29 30 users.extraUsers.root.initialHashedPassword = "";
+1
nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
··· 26 26 boot.loader.generic-extlinux-compatible.enable = true; 27 27 28 28 boot.kernelPackages = pkgs.linuxPackages_rpi; 29 + boot.consoleLogLevel = 7; 29 30 30 31 # FIXME: this probably should be in installation-device.nix 31 32 users.extraUsers.root.initialHashedPassword = "";