Merge pull request #1760 from flatcar-linux/tormath1/bootengine

sys-kernel/bootengine: add cryptsetup in initramfs
This commit is contained in:
Mathieu Tortuyaux 2022-03-24 17:00:58 +01:00 committed by GitHub
commit 948f39a141
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added `cryptsetup` to the initramfs for the Ignition `luks` directive ([flatcar-linux/coreos-overlay#1760](https://github.com/flatcar-linux/coreos-overlay/pull/1760))

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="b5c1672098bccd66c2366f2ec456fabfd0d5bcea" # flatcar-master
CROS_WORKON_COMMIT="85d325684c5c7817aad230b801f302903e9c6f69" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi