From 1a48572b751ebcfd8cc09928f2019ac52fe56aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 11 Mar 2012 22:28:31 +0000 Subject: [PATCH] Disabling the initrd extra tools by default, until further review. svn path=/nixos/trunk/; revision=33004 --- modules/system/boot/stage-1-extratools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/stage-1-extratools.nix b/modules/system/boot/stage-1-extratools.nix index 4b83d17bd38..7cd68e6385a 100644 --- a/modules/system/boot/stage-1-extratools.nix +++ b/modules/system/boot/stage-1-extratools.nix @@ -13,7 +13,7 @@ in options = { boot.initrd.withExtraTools = mkOption { - default = true; + default = false; type = with types; bool; description = '' Have busybox utils in initrd, and an interactive bash.