From 1a8f2537ac0eb986321b9ad275f996617f0135aa Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Fri, 13 Sep 2024 01:19:17 +0200 Subject: [PATCH] explain --pax-option with comment --- mmdebstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 3355551..8ddcb27 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7073,6 +7073,10 @@ sub main() { '--numeric-owner', '--one-file-system', '--format=pax', + # If POSIXLY_CORRECT were set in the environment, the ustar header + # name would include the process id. This forces tar to always use + # %d/PaxHeaders/%f even if the POSIXLY_CORRECT environment variable is + # set. atime and ctime are deleted for improved reproducibility. '--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime', '-c', '--exclude=./lost+found'