Skip to content

Commit cbc8bd1

Browse files
aafeijoo-susemaddy-kerneldev
authored andcommitted
powerpc/boot: Add missing compression methods to usage
lzma and lzo are also supported. Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@suse.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20250916061840.5492-1-antonio.feijoo@suse.com
1 parent d2be62d commit cbc8bd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/powerpc/boot/wrapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# (default ./arch/powerpc/boot)
2222
# -W dir specify working directory for temporary files (default .)
2323
# -z use gzip (legacy)
24-
# -Z zsuffix compression to use (gz, xz or none)
24+
# -Z zsuffix compression to use (gz, xz, lzma, lzo or none)
2525

2626
# Stop execution if any command fails
2727
set -e
@@ -69,7 +69,7 @@ usage() {
6969
echo 'Usage: wrapper [-o output] [-p platform] [-i initrd]' >&2
7070
echo ' [-d devtree] [-s tree.dts] [-e esm_blob]' >&2
7171
echo ' [-c] [-C cross-prefix] [-D datadir] [-W workingdir]' >&2
72-
echo ' [-Z (gz|xz|none)] [--no-compression] [vmlinux]' >&2
72+
echo ' [-Z (gz|xz|lzma|lzo|none)] [--no-compression] [vmlinux]' >&2
7373
exit 1
7474
}
7575

0 commit comments

Comments
 (0)