kumquat-buildroot/fs/cpio
Yurii Monakov 4728fdd4c0 fs/cpio: generate reproducible archives
The output of 'find' depends on the directory entries, and is not
ordered. As a consequence, the cpio archive is not reproducible.

Fix that by sorting the output of find. Use the 'C' locale to enforce
reproducibility that does not depend on the locale.

The command line is now pretty long, so we wrap it.

Signed-off-by: Yurii Monakov <monakov.y@gmail.com>
[yann.morin.1998@free.fr:
  - use LC_ALL=C when sorting
  - wrap long line
  - reword commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-29 17:57:12 +02:00
..
Config.in fs/*/Config.in: re-wrap help text 2018-04-01 08:52:45 +02:00
cpio.mk fs/cpio: generate reproducible archives 2020-06-29 17:57:12 +02:00
init fs/cpio: make initramfs init script survive 'console=' kernel argument 2020-04-25 14:06:34 +02:00