# vim: set ft=sh: run_hook () { #TODO scan for these somehow... /bin/modprobe -aq raid0 raid1 raid2 raid5 raid6 >/dev/null 2>&1 /bin/mdassemble ${md} ${raid} }