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.