summaryrefslogtreecommitdiffstats
path: root/hooks/raid
blob: d83e2aee42635c2923dceccff6a26c71259d1ea5 (plain)
1
2
3
4
5
6
7
# vim: set ft=sh:
# kinit handles md/raid assembly we just need modules
run_hook ()
{
    #TODO
    /bin/modprobe -aq raid0 raid1 raid2 raid5 raid6
}