archboot/install/arch_encrypt

18 lines
336 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) "
BINARIES="cryptsetup"
FILES=""
2007-09-07 19:22:10 +02:00
SCRIPT="arch_encrypt"
2007-02-22 23:46:50 +01:00
add_dir "/dev/mapper"
}
help ()
{
cat<<HELPEOF
This hook allows for an encrypted root device on an arch boot image.
HELPEOF
}