mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #1760 from flatcar-linux/tormath1/bootengine
sys-kernel/bootengine: add cryptsetup in initramfs
This commit is contained in:
commit
948f39a141
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md
vendored
Normal 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))
|
@ -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="b5c1672098bccd66c2366f2ec456fabfd0d5bcea" # flatcar-master
|
CROS_WORKON_COMMIT="85d325684c5c7817aad230b801f302903e9c6f69" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user