Document boot parameter domdadm (bug #369415)
authorSebastian Pipping <sebastian@pipping.org>
Tue, 31 May 2011 01:36:45 +0000 (03:36 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 31 May 2011 01:36:45 +0000 (03:36 +0200)
ChangeLog
doc/genkernel.8.txt
genkernel

index 2101b7e672afdd9f23e362f8ab7d0724722e4ecf..af5d3715dda53839ee93fe8c0799679a060784ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  31 May 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt,
+  genkernel:
+  Document boot parameter domdadm (bug #369415)
+
   28 Mar 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
   Bump to 3.4.15
 
index 9091d9561554ba055412400d26a417e7e30ffae0..c43564637a7c783b4c9b56485af0c05a7c82e53d 100644 (file)
@@ -420,6 +420,9 @@ which the ramdisk scripts would recognize.
 *dolvm*::
     Activate LVM volumes on bootup
 
+*domdadm*::
+    Scan for RAID arrays on bootup
+
 *doscsi*::
     Activate SCSI devices on bootup, necessary when SCSI support is
     compiled as modules and you're using SCSI or SATA devices.
index b779032f6827729bb72117b29a926835dd069e34..c74ef6061145b6a2b7a27c95e7f2086c6d3be44b 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -350,6 +350,7 @@ then
        [ "${LVM}" = '1' ] && print_info 1 'add "dolvm" for lvm support'
        [ "${EVMS}" = '1' ] && print_info 1 'add "doevms" for evms support'
        [ "${DMRAID}" = '1' ] && print_info 1 'add "dodmraid" for dmraid support'
+       [ "${MDADM}" = '1' ] && print_info 1 'add "domdadm" for RAID support'
        [ "${DMRAID}" = '1' ] && print_info 1 ' or "dodmraid=<additional options>"'
        [ "${ISCSI}" = '1' ] && print_info 1 'add at least "iscsi_initiatorname=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'
 fi