diff --git a/setup-nasbeery b/setup-nasbeery index 720e774..6c5743e 100644 --- a/setup-nasbeery +++ b/setup-nasbeery @@ -76,8 +76,8 @@ FORMAT=$? #Pin-Priority: 900 #EOF -echo "=== Enable time sync ===" timedatectl set-ntp true +systemctl restart systemd-timesyncd echo "Ensure contrib repo is enabled (required for ZFS)" @@ -149,8 +149,8 @@ apt install -y zfs-dkms zfsutils-linux zfs-auto-snapshot echo "Activate zfs module" /sbin/modprobe zfs -echo "Update time via ntp" -ntpdate-debian -b > /dev/null +#echo "Update time via ntp" +#ntpdate-debian -b > /dev/null echo "Detecting root disk (SAFETY CHECK)" rootdisk=$(findmnt -n -o SOURCE / | sed 's/[0-9]*$//;s/p$//')