Updated variable names and casing
This commit is contained in:
@@ -52,7 +52,7 @@ if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
|
||||
fi
|
||||
|
||||
if [[ "${ID}" == 'fedora' ]]; then
|
||||
if [[ "${ENCRYPTION}" == 'yes' ]]; then
|
||||
if [[ "${encryption}" == 'yes' ]]; then
|
||||
cat << EOF | tee /etc/dracut.conf.d/zol.conf &> /dev/null
|
||||
nofsck="yes"
|
||||
add_dracutmodules+=" zfs "
|
||||
|
||||
Reference in New Issue
Block a user