archboot/usr/lib/initcpio/install/arch_encrypt
2012-03-07 08:23:18 +01:00

19 lines
422 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=" $(all_modules "/crypto/" | grep -v "aes.ko" ) cryptoloop"
BINARIES="/sbin/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
}