Skip to content

Commit

Permalink
ignore any timestamp warnings/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Feb 5, 2025
1 parent 2af144f commit 89d65c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_net_overlay() {
# file (overlay.tar.bz2) and installs it on top
# of the rootfs
if /usr/bin/wget -q "${BASE_PATH}/overlay.pkg" -O "${TMPDIR}/overlay.pkg"; then
/bin/tar -C / -xf "${TMPDIR}/overlay.pkg"
/bin/tar -C / -xf "${TMPDIR}/overlay.pkg" --warning=no-timestamp
fi
}

Expand Down

0 comments on commit 89d65c8

Please sign in to comment.