diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/213-systemd-resolv.conf b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/213-systemd-resolv.conf new file mode 100644 index 0000000000..82a3113589 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/213-systemd-resolv.conf @@ -0,0 +1 @@ +L /etc/resolv.conf - - - - /run/systemd/network/resolv.conf diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/systemd-resolv.conf b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/systemd-resolv.conf new file mode 100644 index 0000000000..d1944cc78b --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/systemd-resolv.conf @@ -0,0 +1 @@ +L /etc/resolv.conf - - - - /run/systemd/resolve/resolv.conf diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213-r1.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213-r1.ebuild index 58687dad0a..09e8982199 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-213-r1.ebuild @@ -359,6 +359,7 @@ multilib_src_install_all() { mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf + systemd_newtmpfilesd "${FILESDIR}"/213-systemd-resolv.conf systemd-resolv.conf # Don't default to graphical.target rm "${D}"/usr/lib/systemd/system/default.target || die diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 7f5b1c173b..a63b3a0005 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -354,6 +354,7 @@ multilib_src_install_all() { mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf + systemd_dotmpfilesd "${FILESDIR}"/systemd-resolv.conf # Don't default to graphical.target rm "${D}"/usr/lib/systemd/system/default.target || die