Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:experimental commit in: /, doc/
Date: Thu, 24 Feb 2011 09:36:09
Message-Id: 192d298cf0d2ea26ecc7dc4e172462a81fbdc082.sping@gentoo
1 commit: 192d298cf0d2ea26ecc7dc4e172462a81fbdc082
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu Feb 24 09:34:48 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 09:34:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=192d298c
7
8 docs: Improve docs on MDADM_CONFIG
9
10 ---
11 doc/genkernel.8.txt | 2 ++
12 genkernel.conf | 8 ++++----
13 2 files changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
16 index e82f1ec..a74df82 100644
17 --- a/doc/genkernel.8.txt
18 +++ b/doc/genkernel.8.txt
19 @@ -251,6 +251,8 @@ INITIALIZATION
20
21 *--mdadm-config*=<file>::
22 Use <file> as configfile for MDADM.
23 + By default the ramdisk will be built *without* an mdadm.conf and
24 + will auto-detect arrays during boot-up.
25
26 *--dmraid*::
27 Include DMRAID support.
28
29 diff --git a/genkernel.conf b/genkernel.conf
30 index d510339..a5988da 100644
31 --- a/genkernel.conf
32 +++ b/genkernel.conf
33 @@ -73,11 +73,11 @@ USECOLOR="yes"
34 # Includes mdadm/mdmon binaries in initramfs.
35 # Without sys-fs/mdadm[static] installed, this will build a static mdadm.
36 # MDADM="no"
37 +
38 # Specify a custom mdadm.conf.
39 -# If not set the ramdisk will be built without a mdadm.conf and will auto-detect
40 -# arrays during bootup.
41 -# This should generally not be needed.
42 -# MDADM_CONFIG=""
43 +# By default the ramdisk will be built *without* an mdadm.conf and will auto-detect
44 +# arrays during bootup. Usually, this should not be needed.
45 +# MDADM_CONFIG="/etc/mdadm.conf"
46
47 # Add Multipath support.
48 # MULTIPATH="no"