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 }