From 4fde9323f8078a6d4a4f4bb58e4be914602d5bf5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 7 Feb 2010 10:04:52 +0100 Subject: remove raid hook it's now provided by mdadm --- hooks/raid | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 hooks/raid 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} -} -- cgit v1.2.3-24-g4f1b