* Enable lvm by default.

svn path=/nixos/trunk/; revision=11794
This commit is contained in:
Eelco Dolstra 2008-05-09 10:08:21 +00:00
parent 5feff6f5d4
commit 8583c52c2c

View File

@ -134,7 +134,7 @@
extraModulePackages = mkOption { extraModulePackages = mkOption {
default = []; default = [];
example = [pkgs.aufs pkgs.nvidiaDrivers]; # !!! example = [pkgs.aufs pkgs.nvidiaDrivers];
description = '' description = ''
A list of additional packages supplying kernel modules. A list of additional packages supplying kernel modules.
''; '';
@ -217,7 +217,7 @@
}; };
lvm = mkOption { lvm = mkOption {
default = false; default = true;
description = " description = "
Whether to include lvm in the initial ramdisk. You should use this option Whether to include lvm in the initial ramdisk. You should use this option
if your ROOT device is on lvm volume. if your ROOT device is on lvm volume.