add comment about cpio creation

This commit is contained in:
Tobias Powalowski 2024-07-17 07:06:15 +02:00
parent 2f00c096cc
commit 1d1b42dedf

View file

@ -254,7 +254,7 @@ _create_cpio() {
# LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - | # LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - |
# LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @- # LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @-
# Compression: # Compression:
# use zstd only it has best compression and decompression # use zstd it has best compression and decompression
# Result: # Result:
# Multi CPIO archive, extractable with 3cpio # Multi CPIO archive, extractable with 3cpio
pushd "${_ROOTFS}" >"${_NO_LOG}" || return pushd "${_ROOTFS}" >"${_NO_LOG}" || return