Moved 'dosfstool' and 'systemd-timesyncd' package installation from 'install.sh' to 'partition.sh'
This commit is contained in:
@ -171,8 +171,6 @@ EOF
|
||||
|
||||
apt install \
|
||||
--yes \
|
||||
dosfstools \
|
||||
systemd-timesyncd \
|
||||
zfs-initramfs
|
||||
fi
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user