From 709470f2c0bd83395f14fc7445a8a9793c0ceaa5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Jul 2015 12:47:21 +0200 Subject: [PATCH] Fix tests --- nixos/modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index 1dec7bd0f43..fa9cc6fa20b 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -217,7 +217,7 @@ in system.boot.loader.kernelFile = "bzImage"; environment.systemPackages = [ pkgs.grub2 pkgs.grub2_efi pkgs.syslinux ]; - boot.consoleLogLevel = 7; + boot.consoleLogLevel = mkDefault 7; # In stage 1 of the boot, mount the CD as the root FS by label so # that we don't need to know its device. We pass the label of the