Skip to content

Commit

Permalink
Enable LUKS2 and PBKDF2 by default for compat with grub (boo#1185291)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed May 22, 2024
1 parent 35a7954 commit e9481b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions control/control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ textdomain="control"

<proposal>
<lvm config:type="boolean">false</lvm>
<encryption_method>luks2</encryption_method>
<encryption_pbkdf>pbkdf2</encryption_pbkdf>
</proposal>

<volumes config:type="list">
Expand Down
7 changes: 7 additions & 0 deletions package/skelcd-control-openSUSE.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 16 08:46:56 UTC 2024 - Ludwig Nussel <[email protected]>

- Enable LUKS2 and PBKDF2 by default for compat with grub (boo#1185291)
- need yast2-installation-control >= 5.0.1 for correct schema
- 20240516

-------------------------------------------------------------------
Thu Mar 21 14:08:23 UTC 2024 - Stefan Hundhammer <[email protected]>

Expand Down
5 changes: 2 additions & 3 deletions package/skelcd-control-openSUSE.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
Version: 20240321
Version: 20240516
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
Expand All @@ -38,8 +38,7 @@ Source: skelcd-control-openSUSE-%{version}.tar.bz2
BuildRequires: libxml2-tools
# xsltproc
BuildRequires: libxslt-tools
# Added 'lsm' section (jsc#SLE-22069)
BuildRequires: yast2-installation-control >= 4.4.7
BuildRequires: yast2-installation-control >= 5.0.1
######################################################################
#
# Here is the list of Yast packages which are needed in the
Expand Down

0 comments on commit e9481b7

Please sign in to comment.