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:
Matthew Garrett 2016-03-24 12:54:01 -07:00
parent b880792e54
commit 9ba076a9af
2 changed files with 1 additions and 1 deletions

View File

@ -21,10 +21,10 @@ DEPEND="${RDEPEND}"
src_compile() {
go_build "${COREOS_GO_PACKAGE}/tpmd"
go_build "${COREOS_GO_PACKAGE}/tpmown"
}
src_install() {
dobin ${GOBIN}/*
systemd_dounit "${FILESDIR}"/tpmd.service
systemd_enable_service multi-user.target tpmd.service
}