|
|
@ -80,12 +80,13 @@ Configuration files must have the extension .conf; other extensions are ignored. |
|
|
|
Specify additional files to include in the initramfs, separated by spaces, |
|
|
|
Specify additional files to include in the initramfs, separated by spaces, |
|
|
|
if they exist. |
|
|
|
if they exist. |
|
|
|
|
|
|
|
|
|
|
|
*compress=*"__{bzip2|lzma|xz|gzip|lzo|lz4|zstd|<compressor [args ...]>}__":: |
|
|
|
*compress=*"__{cat|bzip2|lzma|xz|gzip|lzo|lz4|zstd|<compressor [args ...]>}__":: |
|
|
|
Compress the generated initramfs using the passed compression program. If |
|
|
|
Compress the generated initramfs using the passed compression program. If |
|
|
|
you pass it just the name of a compression program, it will call that |
|
|
|
you pass it just the name of a compression program, it will call that |
|
|
|
program with known-working arguments. If you pass arguments, it will be called |
|
|
|
program with known-working arguments. If you pass arguments, it will be called |
|
|
|
with exactly those arguments. Depending on what you pass, this may result in |
|
|
|
with exactly those arguments. Depending on what you pass, this may result in |
|
|
|
an initramfs that the kernel cannot decompress. |
|
|
|
an initramfs that the kernel cannot decompress. |
|
|
|
|
|
|
|
To disable compression, use "cat". |
|
|
|
|
|
|
|
|
|
|
|
*do_strip=*"__{yes|no}__":: |
|
|
|
*do_strip=*"__{yes|no}__":: |
|
|
|
Strip binaries in the initramfs (default=yes) |
|
|
|
Strip binaries in the initramfs (default=yes) |
|
|
|