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

install ()
{
    MODULES=" dm-crypt $(all_modules "/crypto/") "
    BINARIES=""
    add_file "/sbin/cryptsetup.static" "/bin/cryptsetup"
    FILES=""
    SCRIPT="encrypt"
}

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