From d55ea94b9a0535aa11dd442f3b98e240f73cba6d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 18 May 2014 23:37:59 +0200 Subject: setup-arch-vm: symlink resolv.conf from networkd Signed-off-by: Florian Pritz --- setup-arch-vm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup-arch-vm') diff --git a/setup-arch-vm b/setup-arch-vm index d8afd4c..e6a19f6 100644 --- a/setup-arch-vm +++ b/setup-arch-vm @@ -62,9 +62,7 @@ Name=e* $(get_url "http://$server/network/$hostname") EOF -cat </mnt/etc/resolv.conf -nameserver 192.168.123.1 -EOF +ln -sf /run/systemd/network/resolv.conf /mnt/etc/resolv.conf ln -s /usr/share/zoneinfo/Europe/Vienna /mnt/etc/localtime echo "en_US.UTF-8 UTF-8" > /mnt/etc/locale.gen -- cgit v1.2.3-24-g4f1b