* 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
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
boot.loader.initScript = {
enable = mkOption {
default = true;
default = false;
description = ''
Some systems require a /sbin/init script which is started.
Or having it makes starting NixOS easier.