From 2ed876b6b5c7b431caf5c452d6ee4a67241c4d01 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 27 Apr 2006 17:08:47 +0000 Subject: 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 --- install/dm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 install/dm (limited to 'install/dm') diff --git a/install/dm b/install/dm new file mode 100644 index 0000000..7011f5e --- /dev/null +++ b/install/dm @@ -0,0 +1,17 @@ +# vim: set ft=sh: + +install () +{ + MODULES=" $(all_modules "/md/" | grep -v "raid")" + BINARIES="" + FILES="" + SCRIPT="UNKNOWN" +} + +help () +{ +cat<