From 51b84122738b3f1636928ec07d454baaf79cfd87 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 12 Jul 2021 21:15:25 -0300 Subject: image: Exclude ZFS snapshot artifacts from image Exclude ZFS snapshot artifacts (`.poudriere-snap-*`) from the final image. --- src/share/poudriere/image.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/share') diff --git a/src/share/poudriere/image.sh b/src/share/poudriere/image.sh index 95d2f18c..02367241 100644 --- a/src/share/poudriere/image.sh +++ b/src/share/poudriere/image.sh @@ -434,6 +434,7 @@ mkdir -p ${WRKDIR}/out WORLDDIR="${WRKDIR}/world" [ -z "${EXCLUDELIST}" ] || cat ${EXCLUDELIST} > ${excludelist} cat >> ${excludelist} << EOF +.poudriere-snap-* usr/src var/db/freebsd-update var/db/etcupdate -- cgit v1.2.3