From 0b3cbd519d4cfdbfd1782b66a62528bb7dea054c Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 10 May 2022 09:37:40 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/changelog/bugfixes/2022-05-22-bootengine.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-05-22-bootengine.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-05-22-bootengine.md b/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-05-22-bootengine.md new file mode 100644 index 0000000000..3a1e0b92dd --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-05-22-bootengine.md @@ -0,0 +1 @@ +- Fixed Ignition's OEM ID to be `metal` to follow the Ignition upstream change which otherwise resulted in a broken boot when the Flatcar OEM ID `pxe` was used ([bootengine#45](https://github.com/flatcar-linux/bootengine/pull/45))