diff options
Diffstat (limited to 'install/encrypt')
-rw-r--r-- | install/encrypt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/install/encrypt b/install/encrypt deleted file mode 100644 index e97734e..0000000 --- a/install/encrypt +++ /dev/null @@ -1,18 +0,0 @@ -# vim: set ft=sh: - -install () -{ - MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) " - BINARIES="" - add_dir "/dev/mapper" - add_file "/sbin/cryptsetup.static" "/bin/cryptsetup" - FILES="" - SCRIPT="encrypt" -} - -help () -{ -cat<<HELPEOF - This hook allows for an encrypted root device. -HELPEOF -} |