Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354809 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/genkernel.8.txt (+2 lines)
Lines 251-256 INITIALIZATION Link Here
251
251
252
*--mdadm-config*=<file>::
252
*--mdadm-config*=<file>::
253
    Use <file> as configfile for MDADM.
253
    Use <file> as configfile for MDADM.
254
    By default the ramdisk will be built *without* an mdadm.conf and
255
    will auto-detect arrays during boot-up.
254
256
255
*--dmraid*::
257
*--dmraid*::
256
    Include DMRAID support.
258
    Include DMRAID support.
(-)a/genkernel.conf (-5 / +4 lines)
Lines 73-83 USECOLOR="yes" Link Here
73
# Includes mdadm/mdmon binaries in initramfs.
73
# Includes mdadm/mdmon binaries in initramfs.
74
# Without sys-fs/mdadm[static] installed, this will build a static mdadm.
74
# Without sys-fs/mdadm[static] installed, this will build a static mdadm.
75
# MDADM="no"
75
# MDADM="no"
76
76
# Specify a custom mdadm.conf.
77
# Specify a custom mdadm.conf.
77
# If not set the ramdisk will be built without a mdadm.conf and will auto-detect
78
# By default the ramdisk will be built *without* an mdadm.conf and will auto-detect
78
# arrays during bootup.
79
# arrays during bootup.  Usually, this should not be needed.
79
# This should generally not be needed.
80
# MDADM_CONFIG="/etc/mdadm.conf"
80
# MDADM_CONFIG=""
81
81
82
# Add Multipath support.
82
# Add Multipath support.
83
# MULTIPATH="no"
83
# MULTIPATH="no"
84
- 

Return to bug 354809