1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# vim: set ft=sh: install () { MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) " BINARIES="" add_file "/sbin/cryptsetup.static" "/bin/cryptsetup" FILES="" SCRIPT="encrypt" } help () { cat<<HELPEOF This hook allows for an encrypted root device. HELPEOF }