From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-920828-garchives=archives.gentoo.org@lists.gentoo.org> 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 07A06139085 for <garchives@archives.gentoo.org>; Mon, 2 Jan 2017 23:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E63E0D40; Mon, 2 Jan 2017 23:25:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0909AE0C9C for <gentoo-commits@lists.gentoo.org>; Mon, 2 Jan 2017 23:25:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E30CD340F53 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Jan 2017 23:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574C8261D for <gentoo-commits@lists.gentoo.org>; Mon, 2 Jan 2017 23:25:53 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> 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" <robbat2@gentoo.org> Message-ID: <1483399522.087b065856cc545a0e3f6fa34575606bb8bc2d14.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 087b065856cc545a0e3f6fa34575606bb8bc2d14 X-VCS-Branch: master Date: Mon, 2 Jan 2017 23:25:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be386ce7-acac-4dbb-90b8-3655cae3f39c X-Archives-Hash: d0403911e4263314e8e65dc0cc5ed07d commit: 087b065856cc545a0e3f6fa34575606bb8bc2d14 Author: Gil Kloepfer <gbz <AT> kloepfer <DOT> org> AuthorDate: Mon Jan 2 23:25:22 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Jan 2 23:25:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=087b0658 Document additional modules via AMODULES* Fixes: https://bugs.gentoo.org/show_bug.cgi?id=499628 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> genkernel.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/genkernel.conf b/genkernel.conf index 7e5a46f..9ff7e4f 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -290,6 +290,15 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux" # included... #MINKERNPACKAGE="/path/to/file.bz2" +# Add additional modules to the ramdisk using the module groups defined +# in /usr/share/genkernel/default/modules_load (see this file for +# more details). This would be used if, for example, you +# required an additional crypto module or network device at boot +# time and did not want to staticly compile these in the kernel. +# Options take the form AMODULES_{group} where {group} is one of +# the groups in modules_load (which are in the form MODULES_{group}). +# Use this with caution. +#AMODULES_group="module-to-include another-module" # File to output a .tar.bz2'd modules after the # callbacks have run