mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
Install tpmown
We need the tpmown app available in order to permit admins to configure the TPM correctly and take ownership.
This commit is contained in:
parent
b880792e54
commit
9ba076a9af
@ -21,10 +21,10 @@ DEPEND="${RDEPEND}"
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
go_build "${COREOS_GO_PACKAGE}/tpmd"
|
go_build "${COREOS_GO_PACKAGE}/tpmd"
|
||||||
|
go_build "${COREOS_GO_PACKAGE}/tpmown"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${GOBIN}/*
|
dobin ${GOBIN}/*
|
||||||
systemd_dounit "${FILESDIR}"/tpmd.service
|
systemd_dounit "${FILESDIR}"/tpmd.service
|
||||||
systemd_enable_service multi-user.target tpmd.service
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user