diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-02-24 10:34:48 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-02-24 10:34:48 +0100 |
commit | 192d298cf0d2ea26ecc7dc4e172462a81fbdc082 (patch) | |
tree | 6b933309bb2b1b288b2db3a48a6cde6d09133733 /genkernel.conf | |
parent | Do not mess with MDADMs auto-detect (diff) | |
download | genkernel-192d298cf0d2ea26ecc7dc4e172462a81fbdc082.tar.gz genkernel-192d298cf0d2ea26ecc7dc4e172462a81fbdc082.tar.bz2 genkernel-192d298cf0d2ea26ecc7dc4e172462a81fbdc082.zip |
docs: Improve docs on MDADM_CONFIG
Diffstat (limited to 'genkernel.conf')
-rw-r--r-- | genkernel.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/genkernel.conf b/genkernel.conf index d510339..a5988da 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -73,11 +73,11 @@ USECOLOR="yes" # Includes mdadm/mdmon binaries in initramfs. # Without sys-fs/mdadm[static] installed, this will build a static mdadm. # MDADM="no" + # Specify a custom mdadm.conf. -# If not set the ramdisk will be built without a mdadm.conf and will auto-detect -# arrays during bootup. -# This should generally not be needed. -# MDADM_CONFIG="" +# 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="/etc/mdadm.conf" # Add Multipath support. # MULTIPATH="no" |