From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADCD1139086 for ; Tue, 3 Jan 2017 04:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCABDE0D37; Tue, 3 Jan 2017 04:38:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 929F7E0D37 for ; Tue, 3 Jan 2017 04:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CED77341149 for ; Tue, 3 Jan 2017 04:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027DE2634 for ; Tue, 3 Jan 2017 04:38:48 +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: <1483400715.670bbf697b9cbef6bb68bde717e41313102a5bb7.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 670bbf697b9cbef6bb68bde717e41313102a5bb7 X-VCS-Branch: master Date: Tue, 3 Jan 2017 04:38:48 +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: a79f9639-0a86-4bda-8d44-5a904386684f X-Archives-Hash: 273c7376afd30ce934aad8a6a6310075 commit: 670bbf697b9cbef6bb68bde717e41313102a5bb7 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jan 2 23:45:15 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jan 2 23:45:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=670bbf69 Update docs. Signed-off-by: Robin H. Johnson gentoo.org> doc/genkernel.8.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 071eecc..d39c3ca 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -94,6 +94,9 @@ KERNEL CONFIGURATION *--*[*no-*]*menuconfig*:: Runs, or does not run "make menuconfig" after running "make oldconfig". +*--*[*no-*]*nconfig*:: + Runs, or does not run "make nconfig" after running "make oldconfig". + *--*[*no-*]*save-config*:: Saves, or does not save the kernel configuration to '/etc/kernels' if the kernel is successfully compiled. @@ -278,6 +281,12 @@ INITIALIZATION *--*[*no-*]*dmraid*:: Includes or excludes DMRAID support. +*--*[*no-*]*nfs*:: + Includes or excludes NFS support. + +*--*[*no-*]*microcode*:: + Includes or excludes early microcode support. + *--*[*no-*]*e2fsprogs*:: Includes or excludes e2fsprogs.