]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
Add encryption support to CreatePersistentImg.sh (#1130)
authorsalevdns <24809481+salevdns@users.noreply.github.com>
Thu, 25 Nov 2021 03:44:31 +0000 (04:44 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 03:44:31 +0000 (11:44 +0800)
commit9eeb94e8b531278e0769618d57d5d4538a2fabb4
tree2f17455872f5bbbf1c40351667ac34826586017b
parentf4987fd7f489d1f3a41097ce10f97d2cdc978b3d
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.
INSTALL/CreatePersistentImg.sh