Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added encryption_method and encryption_pbkdf in the product description file. #1115

Merged
merged 4 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/control-file.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Loading