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 |
- |
|
|