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:
parent
bd5ca54584
commit
8138feb630
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user