2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 19:39:24 +00:00

Merge pull request #1229 from stgraber/master

archlinux: Fix resolving
This commit is contained in:
Serge Hallyn
2016-10-13 14:15:44 -05:00
committed by GitHub

View File

@@ -122,6 +122,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
# enable getty on active ttys
local nttys=$(cat "${config_path}/config" ${shared_config} ${common_config} | grep "^lxc.tty" | head -n1 | cut -d= -f2 | tr -d "[:blank:]")