* 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
|
||||
# performance.
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "cifs" "nls_utf8" "hmac" "md4" ]
|
||||
[ "cifs" "nls_utf8" "hmac" "md4" "ecb" "des_generic" ]
|
||||
++ optional cfg.writableStore [ "aufs" ];
|
||||
|
||||
boot.extraModulePackages =
|
||||
|
Loading…
Reference in New Issue
Block a user