From: Frank Brehm Date: Fri, 17 Jun 2016 08:45:59 +0000 (+0200) Subject: Changing overlay type for Ubuntu X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=scripts%2Fdebian.git Changing overlay type for Ubuntu --- 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 )