summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-07 11:27:26 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-07 11:27:26 +0200
commit3c2796fc34d6b5d41c9ff7b4389651bbbe6d018b (patch)
treeef52d70f0ed030e6aca78ef7add914788ff69499 /hooks
parent212033832a355b6ca1ad61f0f0460cf7b9b07c2d (diff)
downloadmkinitcpio-3c2796fc34d6b5d41c9ff7b4389651bbbe6d018b.tar.gz
mkinitcpio-3c2796fc34d6b5d41c9ff7b4389651bbbe6d018b.tar.xz
'update the raid stuff + included a raid autodetectcion'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@77 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r--hooks/raid2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/raid b/hooks/raid
index f234734..8f38186 100644
--- a/hooks/raid
+++ b/hooks/raid
@@ -2,7 +2,7 @@
run_hook ()
{
#TODO scan for these somehow...
- /bin/modprobe -aq raid0 raid1 raid2 raid5 raid6 >/dev/null 2>&1
+ /bin/modprobe -aq linear multipath raid0 raid1 raid5 raid6 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}