3
0
Fork 0
forked from mirrors/nixpkgs

linux-3.10: forward-port 9p speedup from 3.9

This commit is contained in:
Mathijs Kwik 2013-07-07 22:40:20 +02:00
parent f43003237a
commit ad8a3b86ab

View file

@ -247,6 +247,10 @@ let
# Our initrd init uses shebang scripts, so can't be modular
BINFMT_SCRIPT y
# Enable the 9P cache to speed up NixOS VM tests.
9P_FSCACHE y
9P_FS_POSIX_ACL y
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
${extraConfig}
'';