From 4e6757f8e273b87c7b47465b826b9bef21522ad0 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 14 Dec 2013 20:10:22 +0100 Subject: [PATCH] aufs: fixed pkg_linux_post.conf to apply the mmap patch instead of the proc_map patch according to the README --- filesystem/aufs/pkg_linux_post.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index 2dfd7ee30..439508e08 100644 --- a/filesystem/aufs/pkg_linux_post.conf +++ b/filesystem/aufs/pkg_linux_post.conf @@ -27,7 +27,7 @@ if [ ! -z "$pkg_aufs_source_file" ]; then echo_status "Including Aufs3 support (aufs package enabled)" var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-kbuild.patch" var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-base.patch" - var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-proc_map.patch" + var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-mmap.patch" var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-standalone.patch" # apply possible local patches we have in the aufs package dir