From 1551e128b1cd035eb49c5f1f278e41c30c4a95a9 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 21 May 2017 18:10:15 +0200 Subject: [PATCH 045/310] 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 9af4cff6e36a..f227560da1d2 100755 --- a/release/amd64/make-memstick.sh +++ b/release/amd64/make-memstick.sh @@ -39,7 +39,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.37.1