OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
289 stars 146 forks source link

Allow to set custom ISO Application ID #2593

Closed schaefi closed 1 month ago

schaefi commented 1 month ago

Add new <type ... application_id="..."/> attribute to be set in the ISO header main block. The application ID was used as identifier in the legacy initrd code from former kiwi versions. Because of this there is still the compat layer which sets an App ID as MBR identifier string unless the new application_id overwrites it. This Fixes #1810

schaefi commented 1 month ago

To set the application ID on the command the new --set-type-attr option can be used as follows

kiwi-ng ... --set-type-attr application_id=some