diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-09 20:18:46 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-25 12:25:45 +0200 |
commit | 18ba64b65a1d24c7d37e4ddab5c12668e0e097df (patch) | |
tree | c91d5f83ad4301ab8c08c8395a953bce1c339ec2 /mkinitcpio.5.txt | |
parent | 199eea97bad60365dcfd5bac7ea55fc39b2f773a (diff) | |
download | mkinitcpio-18ba64b65a1d24c7d37e4ddab5c12668e0e097df.tar.gz mkinitcpio-18ba64b65a1d24c7d37e4ddab5c12668e0e097df.tar.xz |
mkinitcpio: allow overriding the compression method
Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'mkinitcpio.5.txt')
-rw-r--r-- | mkinitcpio.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt index 9871099..cbcbca6 100644 --- a/mkinitcpio.5.txt +++ b/mkinitcpio.5.txt @@ -57,6 +57,9 @@ Options *-h*:: Output a short overview of available command-line switches. +*-z* 'compress':: + Override the compression method with the 'compress' program. + About Hooks ----------- A hook is a script that executes in the initial ramdisk. Scripts are |