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 \
|
apt install \
|
||||||
--yes \
|
--yes \
|
||||||
dosfstools \
|
|
||||||
systemd-timesyncd \
|
|
||||||
zfs-initramfs
|
zfs-initramfs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -441,6 +441,7 @@ elif [[ "${ID}" == 'debian' ]]; then
|
|||||||
--include=console-setup \
|
--include=console-setup \
|
||||||
--include=cryptsetup \
|
--include=cryptsetup \
|
||||||
--include=curl \
|
--include=curl \
|
||||||
|
--include=dosfstools \
|
||||||
--include=dpkg-dev \
|
--include=dpkg-dev \
|
||||||
--include=efibootmgr \
|
--include=efibootmgr \
|
||||||
--include=ethtool \
|
--include=ethtool \
|
||||||
@ -454,6 +455,7 @@ elif [[ "${ID}" == 'debian' ]]; then
|
|||||||
--include=openssh-{client,server} \
|
--include=openssh-{client,server} \
|
||||||
--include=popularity-contest \
|
--include=popularity-contest \
|
||||||
--include=printer-driver-all \
|
--include=printer-driver-all \
|
||||||
|
--include=systemd-timesyncd \
|
||||||
--include=tasksel \
|
--include=tasksel \
|
||||||
"${VERSION_CODENAME}" \
|
"${VERSION_CODENAME}" \
|
||||||
/mnt
|
/mnt
|
||||||
|
Reference in New Issue
Block a user