Skip to content

Commit

Permalink
enable checksum generation for s390x agama live images (#1406)
Browse files Browse the repository at this point in the history
## Problem

For s390x live images no image embedded checksums are generated. This
makes media checking impossible.

This also means that the build service will not sign the images.

For some reason this has been enabled for all architectures but s390x.
It should be enabled for all.

## Solution

Add `mediacheck` attribute to kiwi config for s390x.

## Testing

Manually verified that built isos are ok after this change.
  • Loading branch information
teclator authored Jun 27, 2024
2 parents a74d29f + a203ce3 commit e8ea0ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions live/src/agama-live.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 27 14:33:24 UTC 2024 -Steffen Winterfeldt <snwint@suse.com>

- Enable checksum generation for s390x agama live images
(gh#openSUSE/agama#1406).

-------------------------------------------------------------------
Thu Jun 27 13:24:19 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion live/src/agama-live.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</type>
</preferences>
<preferences arch="s390x" profiles="openSUSE">
<type image="iso" flags="dmsquash" volid="agama" editbootconfig="fix_bootconfig">
<type image="iso" flags="dmsquash" mediacheck="true" volid="agama" editbootconfig="fix_bootconfig">
<bootloader name="custom" />
</type>
</preferences>
Expand Down

0 comments on commit e8ea0ef

Please sign in to comment.