File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ while :; do
805
805
--bzip2) compress_l=" bzip2" ;;
806
806
--lzma) compress_l=" lzma" ;;
807
807
--xz) compress_l=" xz" ;;
808
- --lzo) compress_l=" lzo " ;;
808
+ --lzo) compress_l=" lzop " ;;
809
809
--lz4) compress_l=" lz4" ;;
810
810
--zstd) compress_l=" zstd" ;;
811
811
--no-compress) _no_compress_l=" cat" ;;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Configuration files must have the extension .conf; other extensions are ignored.
89
89
Specify additional files to include in the initramfs, separated by spaces,
90
90
if they exist.
91
91
92
- *compress=* "__{cat|bzip2|lzma|xz|gzip|lzo |lz4|zstd|<compressor [args ...]>}__ "::
92
+ *compress=* "__{cat|bzip2|lzma|xz|gzip|lzop |lz4|zstd|<compressor [args ...]>}__ "::
93
93
Compress the generated initramfs using the passed compression program. If
94
94
you pass it just the name of a compression program, it will call that
95
95
program with known-working arguments. If you pass arguments, it will be
You can’t perform that action at this time.
0 commit comments