Disabling the initrd extra tools by default, until further review.

svn path=/nixos/trunk/; revision=33004
This commit is contained in:
Lluís Batlle i Rossell 2012-03-11 22:28:31 +00:00
parent 2fc537277b
commit 1a48572b75

View file

@ -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.