* 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:
Eelco Dolstra 2011-10-27 17:46:25 +00:00
parent 926091c265
commit 3397bc6e09

View file

@ -240,7 +240,7 @@ in
# CIFS. Also use paravirtualised network and block devices for
# performance.
boot.initrd.availableKernelModules =
[ "cifs" "nls_utf8" "hmac" "md4" ]
[ "cifs" "nls_utf8" "hmac" "md4" "ecb" "des_generic" ]
++ optional cfg.writableStore [ "aufs" ];
boot.extraModulePackages =