From 1d1b42dedfa9c0e54cb1974e3cd162d8134d0662 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 17 Jul 2024 07:06:15 +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 8af73649e..10dae117d 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -254,7 +254,7 @@ _create_cpio() { # LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - | # LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @- # Compression: - # use zstd only it has best compression and decompression + # use zstd it has best compression and decompression # Result: # Multi CPIO archive, extractable with 3cpio pushd "${_ROOTFS}" >"${_NO_LOG}" || return