summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2017-09-19 13:15:19 -0700
committerHolger Levsen <holger@layer-acht.org>2017-09-20 11:38:13 +0200
commit592eb416467d7dda4e6a1e802740c2b385ea1c25 (patch)
treea8203cc29ebbd5fae3c125a60945b5c8a6b7f810 /bin/schroot-create.sh
parent0a5fe097a768ea5ef19318ff73c94458e53b05f2 (diff)
downloadjenkins.debian.net-592eb416467d7dda4e6a1e802740c2b385ea1c25.tar.xz
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>
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 5418b180..6c8bcb5b 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -275,7 +275,7 @@ sudo tee /etc/schroot/chroot.d/jenkins-"$TARGET" <<-__END__
type=directory
root-users=jenkins
source-root-users=jenkins
- union-type=aufs
+ union-type=overlay
__END__
echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."