diff --git a/install.sh b/install.sh index 7e99378..495ba59 100755 --- a/install.sh +++ b/install.sh @@ -171,8 +171,6 @@ EOF apt install \ --yes \ - dosfstools \ - systemd-timesyncd \ zfs-initramfs fi diff --git a/partition.sh b/partition.sh index 493e4e4..b79d8a8 100755 --- a/partition.sh +++ b/partition.sh @@ -441,6 +441,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=console-setup \ --include=cryptsetup \ --include=curl \ + --include=dosfstools \ --include=dpkg-dev \ --include=efibootmgr \ --include=ethtool \ @@ -454,6 +455,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=openssh-{client,server} \ --include=popularity-contest \ --include=printer-driver-all \ + --include=systemd-timesyncd \ --include=tasksel \ "${VERSION_CODENAME}" \ /mnt