summaryrefslogtreecommitdiffstats
path: root/install/encrypt
blob: e2087e482a08c4ac0537f3264b3530a498116fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vim: set ft=sh:

install ()
{
    MODULES=" aes-i586 $(find "${MODULEDIR}/kernel/drivers/md" -name dm*.ko) "
    BINARIES="cryptsetup.static"
    FILES=""
}

help ()
{
cat<<HELPEOF
  This hook allows for an encrypted root device.
HELPEOF
}