From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PsXcB-0007yh-9j for garchives@archives.gentoo.org; Thu, 24 Feb 2011 09:36:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD6A1C05B; Thu, 24 Feb 2011 09:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD8201C05B for ; Thu, 24 Feb 2011 09:35:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796BD1B42A2 for ; Thu, 24 Feb 2011 09:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A2FFF80073 for ; Thu, 24 Feb 2011 09:35:54 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <192d298cf0d2ea26ecc7dc4e172462a81fbdc082.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:experimental commit in: /, doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt genkernel.conf X-VCS-Directories: / doc/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 192d298cf0d2ea26ecc7dc4e172462a81fbdc082 Date: Thu, 24 Feb 2011 09:35:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f939728a21f72c31f83893e3e69cfa39 commit: 192d298cf0d2ea26ecc7dc4e172462a81fbdc082 Author: Sebastian Pipping pipping org> AuthorDate: Thu Feb 24 09:34:48 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Feb 24 09:34:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D192d298c docs: Improve docs on MDADM_CONFIG --- doc/genkernel.8.txt | 2 ++ genkernel.conf | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index e82f1ec..a74df82 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -251,6 +251,8 @@ INITIALIZATION =20 *--mdadm-config*=3D:: Use as configfile for MDADM. + By default the ramdisk will be built *without* an mdadm.conf and + will auto-detect arrays during boot-up. =20 *--dmraid*:: Include DMRAID support. diff --git a/genkernel.conf b/genkernel.conf index d510339..a5988da 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -73,11 +73,11 @@ USECOLOR=3D"yes" # Includes mdadm/mdmon binaries in initramfs. # Without sys-fs/mdadm[static] installed, this will build a static mdadm= . # MDADM=3D"no" + # Specify a custom mdadm.conf. -# If not set the ramdisk will be built without a mdadm.conf and will aut= o-detect -# arrays during bootup. -# This should generally not be needed. -# MDADM_CONFIG=3D"" +# By default the ramdisk will be built *without* an mdadm.conf and will = auto-detect +# arrays during bootup. Usually, this should not be needed. +# MDADM_CONFIG=3D"/etc/mdadm.conf" =20 # Add Multipath support. # MULTIPATH=3D"no"