aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-29 00:17:51 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-29 00:17:51 +0100
commitcfcf97fd47f6ffa759536da9ac6faf2c287e2f99 (patch)
treee69b78b071840e62b664f2470226a1c0b4e0a2cb
parentconfig_kernel(): fix comment (diff)
downloadgenkernel-cfcf97fd.tar.gz
genkernel-cfcf97fd.tar.bz2
genkernel-cfcf97fd.zip
longusage(): fix shell completion
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rwxr-xr-xgen_cmdline.sh19
1 files changed, 12 insertions, 7 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 31b1d790..86150fa9 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)"