From b9079b8da993a276dcac56ad38d2217d66dc7cfe Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 16 Sep 2009 11:03:15 +0000 Subject: [PATCH] Returning selinux=0: convenient with allmodconfig svn path=/nixos/trunk/; revision=17179 --- modules/system/boot/kernel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix index ca8098057348..2a052d213d47 100644 --- a/modules/system/boot/kernel.nix +++ b/modules/system/boot/kernel.nix @@ -25,6 +25,7 @@ let kernelParams = mkOption { default = [ + "selinux=0" "apm=on" "acpi=on" "vga=0x317"