openSUSE / agama

A service-based Linux installer
GNU General Public License v2.0
124 stars 36 forks source link

enable checksum generation for s390x agama live images #1406

Closed wfeldt closed 1 week ago

wfeldt commented 1 week ago

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.