diff --git a/doc/control-file.md b/doc/control-file.md index 887664507..550c2a396 100644 --- a/doc/control-file.md +++ b/doc/control-file.md @@ -972,6 +972,11 @@ This subsection contains the following options. * `lvm` *(boolean, default: `false`)* Whether LVM should be used by default. + * `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. diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index 3cfe5a44c..64589071a 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 8 07:22:28 UTC 2024 - Stefan Schubert + +- Added encryption_method and encryption_pbkdf in the product + description file (section partitioning/proposal) in order to + set the encryption method/pbkdf in the Guided Setup of + partitioning (related to bsc#1185291). +- 5.0.10 + ------------------------------------------------------------------- Fri Apr 26 14:09:15 UTC 2024 - Stefan Schubert diff --git a/package/yast2-installation.spec b/package/yast2-installation.spec index a204a8130..c07e64f06 100644 --- a/package/yast2-installation.spec +++ b/package/yast2-installation.spec @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 5.0.9 +Version: 5.0.10 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only