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