blob: 4613c6d7d876dfbc8228544cc2091c045146fee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
build() {
add_binary "tpm2_pcrextend"
add_binary "poweroff"
add_runscript
}
help() {
echo 'Seals after clevis to make sure we cannot decode the drive key after initrd'
}
# vim: set ft=sh ts=4 sw=4 et:
|