From d92202030254a4f95d41c0755596d7659c78e24b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Jun 2016 10:45:59 +0200 Subject: [PATCH] Changing overlay type for Ubuntu --- create-chroots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-chroots b/create-chroots index d649344..fd229ce 100755 --- a/create-chroots +++ b/create-chroots @@ -79,7 +79,7 @@ CHROOT_INI_DEBIAN=$( cat <<-END profile=sbuild source-groups=root,sbuild source-root-groups=root,sbuild - union-type=aufs + union-type=overlayfs union-overlay-directory=${UNION_OVERLAY_DIR} END ) -- 2.39.5