5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
# We need to ensure all md array with external metadata
|
||
|
# (e.g. IMSM) are clean before completing the shutdown.
|
||
|
/sbin/mdadm --wait-clean --scan
|