archboot/install/arch_encrypt
2007-09-07 17:22:10 +00:00

17 lines
336 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) "
BINARIES="cryptsetup"
FILES=""
SCRIPT="arch_encrypt"
add_dir "/dev/mapper"
}
help ()
{
cat<<HELPEOF
This hook allows for an encrypted root device on an arch boot image.
HELPEOF
}