autoinstall layout for guided LUKS encryption
Bug #1913986 reported by
Ryan Mounce
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Triaged
|
Medium
|
Unassigned |
Bug Description
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-
d-i partman-
```
So it would be nice to have something like:
```
storage:
layout:
name: lvm
options:
encrypt: True
password: TEMPORARY
```
tags: | added: fr-2309 |
To post a comment you must log in.
Yes, this makes sense and should be reasonably easy.