From c287c287804c4b59bb8f6e6b3f40b84fd3a1e369 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 17 Jan 2011 16:49:22 +0100 Subject: [PATCH] docs: Document change in bahavior of --mdadm/MDADM="yes" --- doc/genkernel.8.txt | 3 ++- genkernel.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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.