docs: Document change in bahavior of --mdadm/MDADM="yes"
authorSebastian Pipping <sebastian@pipping.org>
Mon, 17 Jan 2011 15:49:22 +0000 (16:49 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 17 Jan 2011 15:49:22 +0000 (16:49 +0100)
doc/genkernel.8.txt
genkernel.conf

index b36137a91d3e2a4259b0bb25a93be6832d263ab2..93fbc9a57cd4d7976b075be13c94cec23cbfbf30 100644 (file)
@@ -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.
index e0c12743d03c19406278a524748ab290b3d816f7..3f52a322add852187660497dcea7f9ef35403821 100644 (file)
@@ -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.