* Don't enable this by default.
svn path=/nixos/trunk/; revision=19012
This commit is contained in:
parent
4ff6821a03
commit
44dafe885b
@ -22,7 +22,7 @@ in
|
|||||||
boot.loader.initScript = {
|
boot.loader.initScript = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Some systems require a /sbin/init script which is started.
|
Some systems require a /sbin/init script which is started.
|
||||||
Or having it makes starting NixOS easier.
|
Or having it makes starting NixOS easier.
|
||||||
|
Loading…
Reference in New Issue
Block a user