From 592eb416467d7dda4e6a1e802740c2b385ea1c25 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 19 Sep 2017 13:15:19 -0700 Subject: 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/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') 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." -- cgit v1.2.3-54-g00ecf