summaryrefslogtreecommitdiffstats
path: root/hooks/raid
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-04-27 19:08:47 +0200
committerAaron Griffin <aaron@archlinux.org>2006-04-27 19:08:47 +0200
commit2ed876b6b5c7b431caf5c452d6ee4a67241c4d01 (patch)
treed8e3c850df5bc1a7f262b810fbf273761eb15266 /hooks/raid
parentb3002a0c9ec4f3a299b5756695fb28957a83e005 (diff)
downloadmkinitcpio-2ed876b6b5c7b431caf5c452d6ee4a67241c4d01.tar.gz
mkinitcpio-2ed876b6b5c7b431caf5c452d6ee4a67241c4d01.tar.xz
Added 'autodetect' hook, intended to replace *-auto scripts
Beginnings of raid and dm hooks Used sysfs for ide parsing git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@25 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks/raid')
-rw-r--r--hooks/raid12
1 files changed, 1 insertions, 11 deletions
diff --git a/hooks/raid b/hooks/raid
index a81c172..d83e2ae 100644
--- a/hooks/raid
+++ b/hooks/raid
@@ -1,15 +1,5 @@
# vim: set ft=sh:
-
-# kinit handles md/raid assembly
-# we just need modules
-
-install ()
-{
- MODULES=" $(find "${MODULEDIR}/kernel/drivers/md/" -name *.ko) md raid0 raid1 raid2 raid5 raid6"
- BINARIES=""
- FILES=""
-}
-
+# kinit handles md/raid assembly we just need modules
run_hook ()
{
#TODO