Skip to content

Commit

Permalink
adapted to new process
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 8, 2024
1 parent 3764e0f commit 9447d2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions doc/control-file.md
Expand Up @@ -972,10 +972,11 @@ This subsection contains the following options.

* `lvm` *(boolean, default: `false`)*
Whether LVM should be used by default.
* `encryption_method` *(`luks1`, `luks2`, default: no encryption)
Whether and which encryption will be done while creating the partitions.
* `encryption_pbkdf` *(`argon2i`, `argon2id`, `pbkdf2`, default: not defined)
Password-Based Key Derivation Function if luks2 has been selected for encryption.
* `encryption_method` *(`luks1`, `luks2`, default: luks1)
Set encryption method in the Guided Setup Partitioning.
* `encryption_pbkdf` *(`argon2i`, `argon2id`, `pbkdf2`, default: `pbkdf2`)
Password-Based Key Derivation Function if `luks2` has been selected
in the Guided Setup Partitioning.
* `separate_vgs` *(boolean, default: `false`)*
Whether every volume specifying a separate_vg_name should be created as
isolated LVM Volume Group instead include them in the "system" group.
Expand Down
3 changes: 2 additions & 1 deletion package/yast2-installation.changes
Expand Up @@ -3,7 +3,8 @@ Wed May 8 07:22:28 UTC 2024 - Stefan Schubert <schubi@suse.com>

- Added encryption_method and encryption_pbkdf in the product
description file (section partitioning/proposal) in order to
set the default method/pbkdf for partition encryption.
set the encryption method/pbkdf in the Guided Setup of
partitioning.
- 5.0.10

-------------------------------------------------------------------
Expand Down

0 comments on commit 9447d2e

Please sign in to comment.