From 88908145ead927ecc8ae811f7d31bdef30b5dc0b Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 9 Jan 2017 10:59:37 +0100 Subject: nixos installer: don't log refused packets to console Fixes #19764. --- nixos/modules/installer/cd-dvd/iso-image.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/installer/cd-dvd/iso-image.nix') diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index fea1c8849537..93dba0d882b8 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -232,8 +232,6 @@ in system.boot.loader.kernelFile = "bzImage"; environment.systemPackages = [ pkgs.grub2 pkgs.grub2_efi pkgs.syslinux ]; - 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 # root filesystem on the kernel command line, rather than in -- cgit 1.4.1