Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2021-07-13 03:15:25 +0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2022-06-06 18:10:29 +0300
commit51b84122738b3f1636928ec07d454baaf79cfd87 (patch)
tree74fbf6025159812efc0b9992d13f645d033d715a /src
parent73b3a5169b640460c9bb8cbd295764e9e74838ab (diff)
image: Exclude ZFS snapshot artifacts from image
Exclude ZFS snapshot artifacts (`.poudriere-snap-*`) from the final image.
Diffstat (limited to 'src')
-rw-r--r--src/share/poudriere/image.sh1
1 files changed, 1 insertions, 0 deletions
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