6 local _offroot
=$
(strstr
"$(mdadm --help-options 2>&1)" offroot
&& echo --offroot)
7 info
"Waiting for mdraid devices to be clean."
8 mdadm
$_offroot -vv --wait-clean --scan| vinfo
10 info
"Disassembling mdraid devices."
11 mdadm
$_offroot -vv --stop --scan | vinfo
13 if [ "x$final" != "x" ]; then
20 if command -v mdadm
>/dev
/null
; then