start systemd-resolved to enable correct DNS resolution

This commit is contained in:
Thomas Westfeld
2022-07-27 19:46:40 +02:00
parent 4dc9ac2ddb
commit 6bf81c2d60
4 changed files with 4 additions and 0 deletions

View File

@@ -631,6 +631,7 @@ Address=${ip6addr_prefix}:1/64
Gateway=fe80::1
CONF
chroot_execute "systemctl enable systemd-networkd.service"
chroot_execute "systemctl enable systemd-resolved.service"
cp /etc/resolv.conf $c_zfs_mount_dir/etc/resolv.conf