Re: installer: support encryption with key disks

2023-10-18 Thread Andrew Hewus Fresh
On Mon, Oct 16, 2023 at 07:46:10PM +, Klemens Nanni wrote: > On Mon, Sep 04, 2023 at 09:57:40PM +, Klemens Nanni wrote: > > Extend the yes/no question to no/passphrase/keydisk and have users pick an > > existing, preformated RAID partition; no support (yet) for creating one. > > > > Thank

Re: installer: support encryption with key disks

2023-10-16 Thread Klemens Nanni
On Mon, Sep 04, 2023 at 09:57:40PM +, Klemens Nanni wrote: > Extend the yes/no question to no/passphrase/keydisk and have users pick an > existing, preformated RAID partition; no support (yet) for creating one. > > Thanks to how ask_which() works, users can always say 'done' to land back > at

installer: support encryption with key disks

2023-09-04 Thread Klemens Nanni
Extend the yes/no question to no/passphrase/keydisk and have users pick an existing, preformated RAID partition; no support (yet) for creating one. Thanks to how ask_which() works, users can always say 'done' to land back at question to either skip crypto or use a passphrase instead. All code re