diff options
author | Bert Schulze <spambemyguest@googlemail.com> | 2010-04-04 17:43:48 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-04 18:02:02 +0200 |
commit | fe7e630857d2fd1c9b7af48f33d46e626ac6509e (patch) | |
tree | 20c62e19b7d24887bc033d3c630bc49a56531960 /mkinitramfs.8 | |
parent | 0164c63083cf31e83660e866614c0cd83bd34bfd (diff) | |
download | initramfs-tools-fe7e630857d2fd1c9b7af48f33d46e626ac6509e.tar.gz initramfs-tools-fe7e630857d2fd1c9b7af48f33d46e626ac6509e.zip |
mkinitramfs: -c compression support / commandline override
fixed the commandline argument to select the compressor.
also your test with "command" needed to be negated otherwise the
fallback to gzip would take place everytime.
--
frohe ostern
Bert Schulze
[ nuked trailing whitespace, and add comment for usage() ]
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r-- | mkinitramfs.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8 index d999957..7fdeefb 100644 --- a/mkinitramfs.8 +++ b/mkinitramfs.8 @@ -5,6 +5,8 @@ mkinitramfs \- low-level tool for generating an initramfs image .SH SYNOPSIS .B mkinitramfs +.RB [ \-c +.IR compress ] .RB [ \-d .IR confdir ] .RB [ \-k ] @@ -45,6 +47,13 @@ happens in this early userspace. .SH OPTIONS .TP +\fB \-c \fI compress +Override the +.B COMPRESS +setting in +.IR initramfs.conf . + +.TP \fB \-d \fI confdir Set an alternate configuration directory. |