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