Commented out (should be) depricated part of setup process
This commit is contained in:
10
install.sh
10
install.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user