From: Sebastian Pipping Date: Mon, 17 Jan 2011 15:49:22 +0000 (+0100) Subject: docs: Document change in bahavior of --mdadm/MDADM="yes" X-Git-Tag: v3.4.12~1^2~16 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c287c287804c4b59bb8f6e6b3f40b84fd3a1e369;p=genkernel.git docs: Document change in bahavior of --mdadm/MDADM="yes" --- diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index b36137a..93fbc9a 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -254,7 +254,8 @@ INITIALIZATION exist. *--mdadm*:: - Copy '/etc/mdadm.conf' to initramfs. + Copy '/etc/mdadm.conf' and mdadm/mdmon binaries to initramfs. + Without sys-fs/mdadm[static] installed, this will compile mdadm for you. *--dmraid*:: Add DMRAID support. diff --git a/genkernel.conf b/genkernel.conf index e0c1274..3f52a32 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -70,7 +70,8 @@ USECOLOR="yes" # If included, busybox is rebuilt if the cached copy is out of date. # BUSYBOX="yes" -# Copy /etc/mdadm.conf to initramfs. +# Copy /etc/mdadm.conf, mdadm/mdmon binaries to initramfs. +# Without sys-fs/mdadm[static] installed, this will build a static mdadm. # MDADM="no" # Add Multipath support.