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 = {
|
||||
boot.initrd.withExtraTools = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
type = with types; bool;
|
||||
description = ''
|
||||
Have busybox utils in initrd, and an interactive bash.
|
||||
|
Loading…
Reference in New Issue
Block a user