sys-kernel/bootengine: Install libcryptsetup-token-systemd-tpm2 plugin

This pulls in https://github.com/flatcar/bootengine/pull/93
to support systemd-cryptenroll for the rootfs with TPMs.
This commit is contained in:
Kai Lueke 2024-03-28 16:17:46 +09:00
parent 7574abb093
commit 44086829b0
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added support for unlocking the rootfs with a TPM set up by systemd-cryptenroll ([bootengine#93](https://github.com/flatcar/bootengine/pull/93))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="357ca18d4b7e9dcca6070e08874e2e2824858c2a" # flatcar-master
CROS_WORKON_COMMIT="6c2fba412dbce9a011535a9e57332e1307072855" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi