summarylogtreecommitdiffstats
path: root/sedutil-pba.install
blob: 5e6bff1d16d25feafcaf570433bdfa32f81062a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

build() {
    add_binary linuxpba

    add_runscript
}

help() {
    cat <<HELPEOF
This hook creates a pre-boot authentication environment to unlock self-encrypting drives that comply with the TCG OPAL 2.00 standard.
HELPEOF
}