mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
* Recent kernels need some more modules in the initrd to be able to do
CIFS mounts. svn path=/nixos/trunk/; revision=30067
This commit is contained in:
parent
926091c265
commit
3397bc6e09
@ -240,7 +240,7 @@ in
|
|||||||
# CIFS. Also use paravirtualised network and block devices for
|
# CIFS. Also use paravirtualised network and block devices for
|
||||||
# performance.
|
# performance.
|
||||||
boot.initrd.availableKernelModules =
|
boot.initrd.availableKernelModules =
|
||||||
[ "cifs" "nls_utf8" "hmac" "md4" ]
|
[ "cifs" "nls_utf8" "hmac" "md4" "ecb" "des_generic" ]
|
||||||
++ optional cfg.writableStore [ "aufs" ];
|
++ optional cfg.writableStore [ "aufs" ];
|
||||||
|
|
||||||
boot.extraModulePackages =
|
boot.extraModulePackages =
|
||||||
|
Loading…
Reference in New Issue
Block a user