[Bug 1913986] [NEW] autoinstall layout for guided LUKS encryption
Launchpad Bug Tracker
1913986 at bugs.launchpad.net
Fri Sep 30 21:26:11 UTC 2022
You have been subscribed to a public bug by Matthieu Clemenceau (mclemenceau):
Essentially we're looking for the guided LVM/LUKS option available via
the subiquity GUI to be extended to autoinstall.
Previously we could achieve this with d-i/preseed:
```
d-i partman-auto/method string crypto
d-i partman-crypto/passphrase password TEMPORARY
d-i partman-crypto/passphrase-again password TEMPORARY
```
So it would be nice to have something like:
```
storage:
layout:
name: lvm
options:
encrypt: True
luks_options:
password: TEMPORARY
```
** Affects: subiquity
Importance: Medium
Status: Triaged
** Tags: easy fr-2309
--
autoinstall layout for guided LUKS encryption
https://bugs.launchpad.net/bugs/1913986
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to the bug report.
More information about the foundations-bugs
mailing list