From 146ba133e489c641bcbdb35bea5410fd29a9cb31 Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:40:15 +0200 Subject: [PATCH] updated wih testing --- hetzner-debian12-zfs-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hetzner-debian12-zfs-setup.sh b/hetzner-debian12-zfs-setup.sh index 1368a7a..40b2c53 100644 --- a/hetzner-debian12-zfs-setup.sh +++ b/hetzner-debian12-zfs-setup.sh @@ -640,7 +640,6 @@ 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 @@ -711,7 +710,8 @@ chroot_execute "rm -f /etc/localtime /etc/timezone" chroot_execute "dpkg-reconfigure tzdata -f noninteractive " echo "======= installing latest kernel=============" -chroot_execute "apt install --yes linux-image${v_kernel_variant}-amd64 linux-headers${v_kernel_variant}-amd64 dpkg-dev linux-headers-generic linux-image-generic" +chroot_execute "apt install --yes linux-image${v_kernel_variant}-amd64 linux-headers${v_kernel_variant}-amd64 dpkg-dev linux-headers-generic linux-image-generic chroot_execute systemd-resolved" +chroot_execute "systemctl enable systemd-resolved.service" echo "======= installing aux packages ==========" chroot_execute "apt install --yes man wget curl software-properties-common nano htop gnupg"