From 36ecad566a63f387b828ae36ec4458a51196eac3 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 26 Jul 2022 10:53:35 +0200 Subject: [PATCH] changelog: add entry for resolv.conf bugfix --- .../changelog/bugfixes/2022-07-26-restore-resolv-conf.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-26-restore-resolv-conf.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-26-restore-resolv-conf.md b/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-26-restore-resolv-conf.md new file mode 100644 index 0000000000..38a68be572 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-26-restore-resolv-conf.md @@ -0,0 +1 @@ +- Fixed `/etc/resolv.conf` symlink by pointing it at `resolv.conf` instead of `stub-resolv.conf`. This bug was present since the update to systemd v250 ([coreos-overlay#2057](https://github.com/flatcar-linux/coreos-overlay/pull/2057))