diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-05 23:43:36 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-05 23:43:36 +0100 |
commit | 6390dacd274faa6d960aa67d342a10a5388ef98f (patch) | |
tree | 411799c0aae7c8af42d1f13d7329db3566af3a78 /hooks | |
parent | af47b16bdc76608b7edb17fa6b80c18e53c775ec (diff) | |
download | mkinitcpio-6390dacd274faa6d960aa67d342a10a5388ef98f.tar.gz mkinitcpio-6390dacd274faa6d960aa67d342a10a5388ef98f.tar.xz |
Remove the raid hook: This will be replaced by the better hook from the mdadm package
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/raid | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hooks/raid b/hooks/raid deleted file mode 100644 index cd1a920..0000000 --- a/hooks/raid +++ /dev/null @@ -1,9 +0,0 @@ -# vim: set ft=sh: -run_hook () -{ - #TODO scan for these somehow... - /sbin/modprobe -aq linear multipath raid0 raid1 raid456 raid10 >/dev/null 2>&1 - # md= can be specified multiple times. The simplistic commandline - # parsing does not handle this, so we will let mdassemble parse it - /bin/mdassemble ${CMDLINE} -} |