From 743f7c470fbe35570a24645fce6e4d099218c108 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 24 Mar 2022 11:25:06 +0100 Subject: [PATCH] changelog: add entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Tortuyaux Co-authored-by: Kai Lüke --- .../coreos-overlay/changelog/changes/2022-03-24-bootengine.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md new file mode 100644 index 0000000000..f4e252e812 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-24-bootengine.md @@ -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))