The VM did not want to mount the CIFS without these two modules available in stage1.

svn path=/nixos/trunk/; revision=28947
This commit is contained in:
Lluís Batlle i Rossell 2011-08-31 21:20:48 +00:00
parent bd5ca54584
commit 8138feb630

View File

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