diff options
author | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2010-02-07 10:04:52 +0100 |
---|---|---|
committer | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2010-02-07 10:04:52 +0100 |
commit | 4fde9323f8078a6d4a4f4bb58e4be914602d5bf5 (patch) | |
tree | fbb5c80042be9f05016de9143ec5fbee200e35a2 | |
parent | d30bb0a7c570a0a63589dcc4352be9257b4bc0c4 (diff) | |
download | mkinitcpio-4fde9323f8078a6d4a4f4bb58e4be914602d5bf5.tar.gz mkinitcpio-4fde9323f8078a6d4a4f4bb58e4be914602d5bf5.tar.xz |
remove raid hook it's now provided by mdadm
-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} -} |