Skip to content

Commit

Permalink
Merge pull request #2446 from OSInside/fix_crypto_integration_test
Browse files Browse the repository at this point in the history
Fix crypto LUKS integration test
  • Loading branch information
schaefi authored Feb 1, 2024
2 parents 01acc87 + 11c1694 commit 855371c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tests/x86/tumbleweed/test-image-luks/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
<rpm-check-signatures>false</rpm-check-signatures>
<bootsplash-theme>breeze</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0" firmware="uefi" luks="linux" luks_version="luks" bootpartition="false">
<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0" firmware="uefi" luks="linux" luks_version="luks2" luks_pbkdf="pbkdf2" bootpartition="false">
<luksformat>
<option name="--cipher" value="aes-xts-plain64"/>
<option name="--key-size" value="256"/>
<option name="--hash" value="sha1"/>
</luksformat>
<oemconfig>
<oem-resize>false</oem-resize>
Expand Down Expand Up @@ -75,5 +74,6 @@
<package name="ca-certificates"/>
<package name="ca-certificates-mozilla"/>
<package name="openSUSE-release"/>
<package name="shadow"/>
</packages>
</image>

0 comments on commit 855371c

Please sign in to comment.