From 2f00c096ccd38096e5e2b09e68d80ec842982ad6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 17 Jul 2024 07:04:55 +0200 Subject: [PATCH] add comment about cpio creation --- usr/lib/archboot/cpio/cpio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index 48537662f..8af73649e 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -249,7 +249,7 @@ _create_cpio() { # Reproducibility: # set all timestamps to 0 # fd . -u --min-depth 1 -X touch -hcd "@0" - # Pipe needed as is, bsdcpio is not reproducible! + # Pipe needed as is, bsdcpio is faster but not reproducible! # cpio, pax, tar are slower than bsdtar! # LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - | # LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @-