archboot/lib/initcpio/install/arch_encrypt
2009-12-06 19:47:51 +01:00

19 lines
408 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(all_modules "/crypto/" | grep -v "aes.ko" ) "
BINARIES="cryptsetup"
FILES=""
SCRIPT="arch_encrypt"
# fix licenses
add_file "/usr/share/licenses/popt/LICENSE"
}
help ()
{
cat<<HELPEOF
This hook allows for an encrypted root device on an arch boot image.
It depends on arch_devicemapper hook.
HELPEOF
}