From: Robin H. Johnson Date: Mon, 6 Feb 2012 09:42:21 +0000 (+0000) Subject: Update documentation for new initramfs compression. X-Git-Tag: v3.4.25~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ac027367e849702fc7632a3de5a8cd5d58754d4;p=genkernel.git Update documentation for new initramfs compression. --- diff --git a/ChangeLog b/ChangeLog index e2cc9ab..ddc3844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 06 Feb 2012; Robin H. Johnson doc/genkernel.8.txt, + gen_cmdline.sh: + Update documentation for new initramfs compression. + 06 Feb 2012; Robin H. Johnson defaults/config.sh, gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel.conf: Import customizable compression for initramfs, based on Pentoo development. diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 67edbd9..384d4f5 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -364,9 +364,14 @@ OUTPUT SETTINGS Builds or does not build the generated initramfs into the kernel instead of keeping it as a separate file. -*--*[*no-*]*compress-initramfs*:: +*--*[*no-*]*compress-initramfs*, *--*[*no-*]*compress-initrd*:: Compresses or does not compress the generated initramfs. +*--compress-initramfs-type*=:: + Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop). + "Best" causes selection of the best available algorithm that is selected + in your kernel configuration. + RAMDISK OPTIONS --------------- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index aabaa7e..2e68882 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -151,8 +151,11 @@ longusage() { echo " --integrated-initramfs, --no-integrated-initramfs" echo " Include/exclude the generated initramfs in the kernel" echo " instead of keeping it as a separate file" - echo " --compress-initramfs, --no-compress-initramfs" + echo " --compress-initramfs, --no-compress-initramfs," + echo " --compress-initrd, --no-compress-initrd" echo " Compress or do not compress the generated initramfs" + echo " --compress-initramfs-type=" + echo " Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop)" } usage() {