The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/139
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From c8bc6bf5d215f50c6a90e28c1bc27d9abd5a12d5 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Wed, 1 Apr 2020 18:23:06 +0200 Subject: [PATCH] images/apertis: Enable systemd-{network,resolve}d Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/apertis.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/apertis.yaml b/images/apertis.yaml index 0486463..476decb 100644 --- a/images/apertis.yaml +++ b/images/apertis.yaml @@ -78,6 +78,10 @@ actions: rm /etc/resolv.conf ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf + ln -s /lib/systemd/system/systemd-networkd.service /etc/systemd/system/multi-user.target.wants/systemd-networkd.service + ln -s /lib/systemd/system/systemd-networkd.socket /etc/systemd/system/multi-user.target.wants/systemd-networkd.socket + ln -s /lib/systemd/system/systemd-resolved.service /etc/systemd/system/multi-user.target.wants/systemd-resolved.service + environment: variables: - key: TMPDIR
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel