summaryrefslogtreecommitdiff
path: root/modules.d/90livenet/module-setup.sh
blob: 31164fd45842e22531f3c60f0d5108533131aca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# module-setup.sh for livenet

check() {
    return 255
}

depends() {
    echo network url-lib dmsquash-live
    return 0
}

install() {
    inst_hook cmdline 29 "$moddir/parse-livenet.sh"
    inst "$moddir/livenetroot" "/sbin/livenetroot"
}