Removed unneeded bits that served no function
This commit is contained in:
@@ -34,11 +34,6 @@ if [[ ! -f "/etc/mtab" ]]; then
|
||||
"${baseDir}/mtab.sh"
|
||||
fi
|
||||
|
||||
if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
|
||||
apt \
|
||||
update
|
||||
fi
|
||||
|
||||
if [[ "${ID}" == 'fedora' ]]; then
|
||||
if [[ "${encryption}" == 'yes' ]]; then
|
||||
cat << EOF | tee /etc/dracut.conf.d/zol.conf &> /dev/null
|
||||
@@ -146,9 +141,7 @@ if [[ ! -z "$(zfs list | grep 'keystore')" ]]; then
|
||||
"${baseDir}/zfs.sh" --keystore
|
||||
fi
|
||||
|
||||
if [[ ! "${*}" = *--no-part* ]]; then
|
||||
"${baseDir}/efi.sh"
|
||||
fi
|
||||
"${baseDir}/efi.sh"
|
||||
|
||||
if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
|
||||
"${baseDir}/debian.sh" --systemctl-enable
|
||||
|
||||
Reference in New Issue
Block a user