mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Merge pull request #1807 from flatcar/kai/systemd-cryptsetup
sys-kernel/bootengine: Install libcryptsetup-token-systemd-tpm2 plugin
This commit is contained in:
commit
c40f0ebf5a
1
changelog/changes/2024-03-28-systemd-cryptenroll.md
Normal file
1
changelog/changes/2024-03-28-systemd-cryptenroll.md
Normal 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))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="357ca18d4b7e9dcca6070e08874e2e2824858c2a" # flatcar-master
|
CROS_WORKON_COMMIT="6c2fba412dbce9a011535a9e57332e1307072855" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user