From: salevdns <24809481+salevdns@users.noreply.github.com> Date: Thu, 25 Nov 2021 03:44:31 +0000 (+0100) Subject: Add encryption support to CreatePersistentImg.sh (#1130) X-Git-Tag: v1.0.62~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/9eeb94e8b531278e0769618d57d5d4538a2fabb4?hp=9eeb94e8b531278e0769618d57d5d4538a2fabb4 Add encryption support to CreatePersistentImg.sh (#1130) Added option to create persistent fs inside LUKS container. Had to change to #!/bin/bash to parse interactive user input for the encryption passphrase. The _freeloop=$freeloop part is kind of bad style, but I kept it for now to keep changes minimal. ---