* Enable lvm by default.
svn path=/nixos/trunk/; revision=11794
This commit is contained in:
parent
5feff6f5d4
commit
8583c52c2c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user