Add aufs2.1 for 2.6.38

svn path=/nixpkgs/trunk/; revision=26811
This commit is contained in:
Shea Levy
2011-04-12 18:36:33 +00:00
parent 422455271c
commit d86630472b
4 changed files with 397 additions and 7 deletions
+10
View File
@@ -212,6 +212,16 @@ in
features.aufs2_1 = true;
};
aufs2_1_2_6_38 =
{ # From http://aufs.git.sourceforge.net/git/gitweb.cgi?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-38;hb=refs/heads/aufs2.1-38
# Note that this merely the patch needed to build AUFS2.1 as a
# standalone package.
name = "aufs2.1";
patch = ./aufs2.1-38.patch;
features.aufsBase = true;
features.aufs2_1 = true;
};
# Increase the timeout on CIFS requests from 15 to 120 seconds to
# make CIFS more resilient to high load on the CIFS server.
cifs_timeout =