From 44086829b0920291540f4088bb0a9b0c2cdda777 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 28 Mar 2024 16:17:46 +0900 Subject: [PATCH] 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. --- changelog/changes/2024-03-28-systemd-cryptenroll.md | 1 + .../coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/changes/2024-03-28-systemd-cryptenroll.md diff --git a/changelog/changes/2024-03-28-systemd-cryptenroll.md b/changelog/changes/2024-03-28-systemd-cryptenroll.md new file mode 100644 index 0000000000..a3ce8c5629 --- /dev/null +++ b/changelog/changes/2024-03-28-systemd-cryptenroll.md @@ -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)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild index 79f4e0d85d..0db1969d1b 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild @@ -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