aboutsummarylogtreecommitdiffstats
path: root/install
blob: 550ee0c9a633935df2fa8dff98774729ea82307f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

build() {
    add_module "loop"
    add_binary losetup
    add_binary mount
    add_runscript
}

help() {
    cat <<HELPEOF
Minimal neoshy hook installer:
Mounts src_dev and maps src_img to /dev/loopX before starting the encrypt hook.
HELPEOF
}