From 182baed266c2f06b41455d867c4c9b30bcc93d27 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 21 May 2017 18:10:15 +0200 Subject: [PATCH 050/325] release/amd64/make-memstick.sh: Attempt to build the mtree spec reproducible Obtained from: ElectroBSD --- release/amd64/make-memstick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/amd64/make-memstick.sh b/release/amd64/make-memstick.sh index 5025e12fe037..6476cf812a29 100755 --- a/release/amd64/make-memstick.sh +++ b/release/amd64/make-memstick.sh @@ -36,7 +36,7 @@ echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local # Prepare mtree spec to fake timestamp, owner and group. # As a result, man pages will be owned by root instead of man. # Unfortunately we can't simply reuse ${1}/METALOG as it is incomplete. -mtree -c -k time -p "${1}" | sed \ +mtree -c -k time -p "${1}" | mtree -C -k all | sed \ -e "s@time=.*@time=${EPOCH_DATE-0}.000000000 uname=root gname=wheel@" \ > "${2}.mtree" || return 1 # The base makefs may not have -T support yet, -- 2.32.0