commit: cfcf97fd47f6ffa759536da9ac6faf2c287e2f99
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 23:17:51 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 23:17:51 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=cfcf97fd
longusage(): fix shell completion
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_cmdline.sh | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 31b1d79..86150fa 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -185,14 +185,19 @@ longusage() {
echo " separate the filenames with a comma"
echo " --firmware-install Enable installing firmware onto root
filesystem"
echo " (only available for kernels older than
v4.14)"
- echo " --integrated-initramfs, --no-integrated-initramfs"
- echo " Include/exclude the generated initramfs
in the kernel"
+ echo " --integrated-initramfs"
+ echo " Include the generated initramfs in the
kernel"
echo " instead of keeping it as a separate
file"
- echo " --wrap-initrd, --no-wrap-initrd"
- echo " Wrap initramfs using mkimage for u-boot
boots"
- echo " --compress-initramfs, --no-compress-initramfs,"
- echo " --compress-initrd, --no-compress-initrd"
- echo " Compress or do not compress the
generated initramfs"
+ echo " --no-integrated-initramfs"
+ echo " Do not include the generated initramfs
in the kernel"
+ echo " --wrap-initrd Wrap initramfs using mkimage for u-boot
boots"
+ echo " --no-wrap-initrd Do not wrap initramfs using mkimage for
u-boot boots"
+ echo " --compress-initramfs"
+ echo " Compress initramfs"
+ echo " --no-compress-initramfs"
+ echo " Do not compress initramfs"
+ echo " --compress-initrd Compress initrd"
+ echo " --no-compress-initrd Do not compress initrd"
echo " --compress-initramfs-type=<arg>"
echo " Compression type for initramfs (best,
xz, lzma, bzip2, gzip, lzop)"
echo " --strip=(all|kernel|modules|none)"