Skip to content

Commit

Permalink
Added encryption_method and encryption_pbkdf in the product descripti…
Browse files Browse the repository at this point in the history
…on file
  • Loading branch information
schubi2 committed Apr 17, 2024
1 parent d1471c9 commit 709a0ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/control-file.md
Expand Up @@ -972,6 +972,10 @@ 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.
* `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
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 17 12:36:57 UTC 2024 - Stefan Schubert <schubi@suse.com>

- Added encryption_method and encryption_pbkdf in the product
description file (section partitioning/proposal) in order to
encrypt the generated partitions (default: no encryption).
- 5.0.9

-------------------------------------------------------------------
Wed Apr 3 13:39:37 UTC 2024 - Knut Anderssen <kanderssen@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.8
Version: 5.0.9
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down

0 comments on commit 709a0ba

Please sign in to comment.