summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2010-02-07 10:04:52 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2010-02-07 10:04:52 +0100
commit4fde9323f8078a6d4a4f4bb58e4be914602d5bf5 (patch)
treefbb5c80042be9f05016de9143ec5fbee200e35a2
parentd30bb0a7c570a0a63589dcc4352be9257b4bc0c4 (diff)
downloadmkinitcpio-4fde9323f8078a6d4a4f4bb58e4be914602d5bf5.tar.gz
mkinitcpio-4fde9323f8078a6d4a4f4bb58e4be914602d5bf5.tar.xz
remove raid hook it's now provided by mdadm
-rw-r--r--hooks/raid9
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}
-}