You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# nodmraid for anaconda / rc.sysinit compatibility
|
|
|
|
if getarg rd_NO_DM || getarg nodmraid; then
|
|
|
|
info "rd_NO_DM: removing DM RAID activation"
|
|
|
|
udevproperty rd_NO_DM=1
|
|
|
|
fi
|