summaryrefslogtreecommitdiffstats
path: root/install/encrypt
diff options
context:
space:
mode:
Diffstat (limited to 'install/encrypt')
-rw-r--r--install/encrypt6
1 files changed, 4 insertions, 2 deletions
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 ()