Add aufs2.1 for 2.6.38
svn path=/nixpkgs/trunk/; revision=26811
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user