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/encrypt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'install/encrypt') diff --git a/install/encrypt b/install/encrypt index e2087e4..d81966b 100644 --- a/install/encrypt +++ b/install/encrypt @@ -2,9 +2,11 @@ install () { - MODULES=" aes-i586 $(find "${MODULEDIR}/kernel/drivers/md" -name dm*.ko) " - BINARIES="cryptsetup.static" + MODULES=" dm-crypt $(all_modules "/crypto/") " + BINARIES="" + add_file "/sbin/cryptsetup.static" "/bin/cryptsetup" FILES="" + SCRIPT="encrypt" } help () -- cgit v1.2.3-24-g4f1b