From 9782feacddb5655f7f0d21b643c088074a7af9c1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 20 Sep 2006 11:21:52 +0000 Subject: 'updated to new modules in kernel .18' git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@168 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/raid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/raid b/hooks/raid index 8f38186..a22c1b6 100644 --- a/hooks/raid +++ b/hooks/raid @@ -2,7 +2,7 @@ run_hook () { #TODO scan for these somehow... - /bin/modprobe -aq linear multipath raid0 raid1 raid5 raid6 raid10>/dev/null 2>&1 + /bin/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