From 403bbc89bbdecd53afccf152c1cb7af59b985926 Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:54:03 +0200 Subject: [PATCH] updated wih testing --- hetzner-ubuntu18-zfs-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hetzner-ubuntu18-zfs-setup.sh b/hetzner-ubuntu18-zfs-setup.sh index d6be423..888e671 100644 --- a/hetzner-ubuntu18-zfs-setup.sh +++ b/hetzner-ubuntu18-zfs-setup.sh @@ -604,6 +604,8 @@ Address=${ip6addr_prefix}:1/64 Gateway=fe80::1 CONF +cp /etc/resolv.conf $c_zfs_mount_dir/etc/resolv.conf + chroot_execute "systemctl enable systemd-networkd.service" chroot_execute "systemctl enable systemd-resolved.service"