diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-09-20 13:21:52 +0200 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-09-20 13:21:52 +0200 |
commit | 9782feacddb5655f7f0d21b643c088074a7af9c1 (patch) | |
tree | eb15f7409ce7ef8037fcfb39ba3ea44c4e684377 | |
parent | 25f991ac3c987faeb9b8d9261a3ebf1cbf5f16e0 (diff) | |
download | mkinitcpio-9782feacddb5655f7f0d21b643c088074a7af9c1.tar.gz mkinitcpio-9782feacddb5655f7f0d21b643c088074a7af9c1.tar.xz |
'updated to new modules in kernel .18'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@168 880c04e9-e011-0410-abf7-b926e227c9cd
-rw-r--r-- | hooks/raid | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |