commit: 30df162b8c6c1bbbf6f74e62c819f2324a69962e
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 19:50:50 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 19:50:50 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=30df162b
Remind users that the manpage documents the initramfs parameters.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
gen_cmdline.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 5503bb5..715ad49 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -161,6 +161,9 @@ longusage() {
echo " Compress or do not compress the
generated initramfs"
echo " --compress-initramfs-type=<arg>"
echo " Compression type for initramfs (best,
xz, lzma, bzip2, gzip, lzop)"
+ echo
+ echo "For a detailed list of supported initramfs options and flags; issue:"
+ echo " man 8 genkernel"
}
usage() {
@@ -175,8 +178,10 @@ usage() {
echo ' --no-mrproper Do not run make mrproper before
compilation,'
echo ' this is implied by --no-clean.'
echo
- echo 'For a detailed list of supported options and flags; issue:'
+ echo 'For a detailed list of supported commandline options and flags; issue:'
echo ' genkernel --help'
+ echo 'For a detailed list of supported initramfs options and flags; issue:'
+ echo ' man 8 genkernel'
}
parse_optbool() {