summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-24 16:46:41 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-24 18:23:32 +0200
commitd02c2d694eb9ca65717a4848714abd8139568495 (patch)
tree9040242bf6e7eb07312614dfb12d626832dc1bd6 /nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
parentcd2e740dde9541ad5f1d9efd93bcb5a967379ece (diff)
downloadnixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar.gz
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar.bz2
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar.lz
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar.xz
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.tar.zst
nixpkgs-d02c2d694eb9ca65717a4848714abd8139568495.zip
nixos/sd-image-*.nix: Bring back high consoleLogLevel
3d040f93051866 removed it from installation-device.nix, but the default
loglevel is just too low for ARM and the like.
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
index eb676eae05e..2833b75b84d 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
@@ -27,6 +27,7 @@ in
   boot.loader.grub.enable = false;
   boot.loader.generic-extlinux-compatible.enable = true;
 
+  boot.consoleLogLevel = lib.mkDefault 7;
   boot.kernelPackages = pkgs.linuxPackages_rpi;
 
   # FIXME: this probably should be in installation-device.nix