]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mkinitrd: Mention the --nocompress option in help output
authorColin Guthrie <colin@mageia.org>
Wed, 30 Nov 2011 22:16:01 +0000 (22:16 +0000)
committerHarald Hoyer <harald@redhat.com>
Mon, 9 Jan 2012 12:23:47 +0000 (13:23 +0100)
Originally from Mandriva patch: dracut-010-mkinitrd.patch

mkinitrd-dracut.sh

index 02f1a7f05a1035b2cc79c72ff4b03d752248b6a3..ffea2d102164afc5dae1bd3906274a571e2ee7b1 100644 (file)
@@ -8,6 +8,7 @@ usage () {
 
     $cmd "usage: ${0##*/} [--version] [--help] [-v] [-f] [--preload <module>]"
     $cmd "       [--image-version] [--with=<module>]"
+    $cmd "       [--nocompress]"
     $cmd "       <initrd-image> <kernel-version>"
     $cmd ""
     $cmd "       (ex: ${0##*/} /boot/initramfs-$kver.img $kver)"