forked from mirrors/nixpkgs
* Use AUFS2.
svn path=/nixos/trunk/; revision=22033
This commit is contained in:
parent
f70798352d
commit
f9f224972a
|
@ -126,7 +126,7 @@ in
|
|||
boot.extraModulePackages =
|
||||
optional
|
||||
(! config.boot.kernelPackages.kernel.features ? aufs)
|
||||
config.boot.kernelPackages.aufs;
|
||||
config.boot.kernelPackages.aufs2;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "aufs" "squashfs" "iso9660" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue