Add AUFS patch for 2.6.35

svn path=/nixpkgs/trunk/; revision=23288
This commit is contained in:
Michael Raskin
2010-08-20 20:46:12 +00:00
parent 3beeb6611a
commit d3d44dc6d3
2 changed files with 368 additions and 0 deletions
@@ -166,6 +166,15 @@ in
features.aufsBase = true;
};
aufs2_2_6_35 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-35;hb=aufs2-35
# Note that this merely the patch needed to build AUFS2 as a
# standalone package.
name = "aufs2";
patch = ./aufs2-35.patch;
features.aufsBase = 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 =