diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/encrypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/encrypt b/install/encrypt index d81966b..65007fc 100644 --- a/install/encrypt +++ b/install/encrypt @@ -2,7 +2,7 @@ install () { - MODULES=" dm-crypt $(all_modules "/crypto/") " + MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) " BINARIES="" add_file "/sbin/cryptsetup.static" "/bin/cryptsetup" FILES="" |