From bae75b9665f2240ee869318b055b51175a4e04bd Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 12 May 2022 18:08:20 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/changelog/changes/2022-05-12-bootengine.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md new file mode 100644 index 0000000000..4958555321 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-05-12-bootengine.md @@ -0,0 +1 @@ +- Added VMware networking configuration in the initramfs via guestinfo settings ([bootengine#44](https://github.com/flatcar-linux/bootengine/pull/44), [flatcar#717](https://github.com/flatcar-linux/Flatcar/issues/717))