We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cab424 commit 8a3bc72Copy full SHA for 8a3bc72
init_buildsystem
@@ -289,7 +289,7 @@ preinstall_image() {
289
290
if [ -f "/run/.containerenv" ]; then
291
# we're running in a podman container and we probably don't have sufficient capabilities to create special files
292
- TAR_EXCLUDES+=("dev/*" "proc/*" "run/*" "sys/*")
+ TAR_EXCLUDES=("${TAR_EXCLUDES[@]}" "dev/*" "proc/*" "run/*" "sys/*")
293
fi
294
295
if test -x /usr/bin/bsdtar ; then
0 commit comments