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
|
||||
fi
|
||||
|
||||
if [[ "${ID}" == 'debian' ]]; then
|
||||
printf \
|
||||
'REMAKE_INITRD=yes\n' | \
|
||||
tee /etc/dkms/zfs.conf &> /dev/null
|
||||
fi
|
||||
# if [[ "${ID}" == 'debian' ]]; then
|
||||
# printf \
|
||||
# 'REMAKE_INITRD=yes\n' | \
|
||||
# tee /etc/dkms/zfs.conf &> /dev/null
|
||||
# fi
|
||||
|
||||
if [[ ! "${*}" = *--no-part* ]]; then
|
||||
"${baseDir}/partition.sh" --efi
|
||||
|
||||
Reference in New Issue
Block a user