Skip to content

Commit

Permalink
revert: "fix(crypt): unlock encrypted devices by default during boot"
Browse files Browse the repository at this point in the history
This reverts commit 2339acf.

Resolves: rhbz#2295215
  • Loading branch information
pvalena committed Jul 11, 2024
1 parent 30e7870 commit 93937d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/90crypt/parse-crypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ else
} >> "$hookdir/emergency/90-crypt.sh"
fi
done
elif getargbool 1 rd.auto && [ -z "$(getargs rd.luks.name)" ]; then
elif getargbool 0 rd.auto; then
if [ -z "$DRACUT_SYSTEMD" ]; then
{
printf -- 'ENV{ID_FS_TYPE}=="crypto_LUKS", RUN+="%s ' "$(command -v initqueue)"
Expand Down

0 comments on commit 93937d8

Please sign in to comment.