Skip to content

Commit

Permalink
Merge pull request #1115 from yast/luks2_enable
Browse files Browse the repository at this point in the history
Added encryption_method and encryption_pbkdf in the product description file.
  • Loading branch information
ancorgs committed May 8, 2024
2 parents 033ac7f + 59ab57d commit 68180ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/control-file.md
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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 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 <schubi@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -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
Expand Down

0 comments on commit 68180ad

Please sign in to comment.