Skip to content

hooks/encrypt: don't pass read -r when reading "crypto" option

nl6720 requested to merge nl6720/mkinitcpio:one-more-r into master

The cipher can contain the colon ":" character (e.g. aes-cbc-essiv:sha256) which needs to escaped.

Merge request reports