Disabling the initrd extra tools by default, until further review.
svn path=/nixos/trunk/; revision=33004
This commit is contained in:
parent
2fc537277b
commit
1a48572b75
@ -13,7 +13,7 @@ in
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
boot.initrd.withExtraTools = mkOption {
|
boot.initrd.withExtraTools = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
type = with types; bool;
|
type = with types; bool;
|
||||||
description = ''
|
description = ''
|
||||||
Have busybox utils in initrd, and an interactive bash.
|
Have busybox utils in initrd, and an interactive bash.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user