From f9792380f7b2f9bfaab9361378e8e72bb67e77a2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 27 Apr 2006 22:50:03 +0000 Subject: * Initial attempt to get the device-mapper stuff in order * Moved 'init' to /lib/initcpio/init to be more in-tune with the naming scheme git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@27 880c04e9-e011-0410-abf7-b926e227c9cd --- install/dm | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 install/dm (limited to 'install/dm') diff --git a/install/dm b/install/dm deleted file mode 100644 index 7011f5e..0000000 --- a/install/dm +++ /dev/null @@ -1,17 +0,0 @@ -# vim: set ft=sh: - -install () -{ - MODULES=" $(all_modules "/md/" | grep -v "raid")" - BINARIES="" - FILES="" - SCRIPT="UNKNOWN" -} - -help () -{ -cat<