From d02c2d694eb9ca65717a4848714abd8139568495 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 24 Jan 2018 16:46:41 +0200 Subject: 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. --- nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix') 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 -- cgit 1.4.1