From 131028d2a4b4642216c58e224cf8c815ed2f8497 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 Sep 2017 11:39:23 +0200 Subject: reproducible archlinux: Switch schroot to use overlay fs, as aufs is no longer supported out of the box in linux 4.x kernels. Signed-off-by: Holger Levsen --- bin/reproducible_setup_archlinux_schroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_archlinux_schroot.sh') diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 1a1e02bb..c3c8beb6 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -43,7 +43,7 @@ bootstrap() { type=directory root-users=jenkins source-root-users=jenkins - union-type=aufs + union-type=overlay __END__ # mktemp creates directories with 700 perms #chmod 755 $SCHROOT_BASE/$TARGET -- cgit v1.2.3-54-g00ecf