Commented out (should be) depricated part of setup process

This commit is contained in:
2025-12-24 16:38:08 -05:00
parent 00fe875b44
commit 568c80a05e

View File

@@ -113,11 +113,11 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
"${baseDir}/debian.sh" --dpkg-reconfigure "${baseDir}/debian.sh" --dpkg-reconfigure
fi fi
if [[ "${ID}" == 'debian' ]]; then # if [[ "${ID}" == 'debian' ]]; then
printf \ # printf \
'REMAKE_INITRD=yes\n' | \ # 'REMAKE_INITRD=yes\n' | \
tee /etc/dkms/zfs.conf &> /dev/null # tee /etc/dkms/zfs.conf &> /dev/null
fi # fi
if [[ ! "${*}" = *--no-part* ]]; then if [[ ! "${*}" = *--no-part* ]]; then
"${baseDir}/partition.sh" --efi "${baseDir}/partition.sh" --efi