clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

multiple type: crypt #796

Open mk-rl opened 10 months ago

mk-rl commented 10 months ago

Hello!

Is this the wanted behaviour or a bug. If I have multiple partitions in the clr installer yaml with type crypt it is only asking me once for a passphrase in the cli

_cli-installer -c install-encrypt.yaml_
Disk Encryption Passphrase:
Confirm Passphrase:

Expected behaviour: for each partition., mention the partition in question asking for the passphrase

As I wonder about automated install and get the password from a vault so it does not need to be exposed during installation, is there a way to define the password either in a key file during the installation (or in the yaml) or somehow else?