From: Stéphane Graber Date: Thu, 13 Oct 2016 19:02:56 +0000 (-0400) Subject: archlinux: Fix resolving X-Git-Tag: lxc-1.0.9~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d4c9e5ff09666df5ed2778354048593017200be;p=thirdparty%2Flxc.git archlinux: Fix resolving Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index c2e24e3e2..0dee6f220 100755 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -132,6 +132,8 @@ pacman-key --populate archlinux # enable networkd systemctl enable systemd-networkd +systemctl enable systemd-resolved +ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf EOF return 0 }