From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A799E1391DB for ; Mon, 17 Mar 2014 19:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A892E0A91; Mon, 17 Mar 2014 19:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3005DE0A91 for ; Mon, 17 Mar 2014 19:52:07 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F286F33EFCC for ; Mon, 17 Mar 2014 19:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7709C18875 for ; Mon, 17 Mar 2014 19:52:04 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1395085850.30df162b8c6c1bbbf6f74e62c819f2324a69962e.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_cmdline.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 30df162b8c6c1bbbf6f74e62c819f2324a69962e X-VCS-Branch: master Date: Mon, 17 Mar 2014 19:52:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2dd4ec78-422f-4c66-8376-d753502e603b X-Archives-Hash: 6ecb9279968bec6c76546c2fedf0bd86 commit: 30df162b8c6c1bbbf6f74e62c819f2324a69962e Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 17 19:50:50 2014 +0000 Commit: Robin H. Johnson gentoo 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 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=" 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() {