* Don't enable this by default.

svn path=/nixos/trunk/; revision=19012
This commit is contained in:
Eelco Dolstra 2009-12-17 11:43:12 +00:00
parent 4ff6821a03
commit 44dafe885b

View File

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