diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-20 11:39:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-20 11:39:23 +0200 |
commit | 131028d2a4b4642216c58e224cf8c815ed2f8497 (patch) | |
tree | 5f92eda46a7d9b7d42ebfb5fce61393086be5dd7 | |
parent | 592eb416467d7dda4e6a1e802740c2b385ea1c25 (diff) | |
download | jenkins.debian.net-131028d2a4b4642216c58e224cf8c815ed2f8497.tar.xz |
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 <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |