liveinstall: Use kernel-uki-dtbloader kernel on aarch64

For aarch64 liveinstall images we want to replace the kernel-core package
with kernel-uki-dtbloader for:

https://fedoraproject.org/wiki/Changes/Automatic_DTB_selection_for_aarch64_EFI_systems

This is implemented by:

1. Adding a new BootCoreLive profile which is the same as the BootCore
profile and re-uses most of the description. Rreplacing the kernel-core
package with kernel-uki-dtbloader on aarch64.

2. Switch the LiveInstall from the BootCore profile to the BootCoreLive
profile.

Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
This commit is contained in:
Hans de Goede
2026-02-11 21:20:26 +01:00
parent 1f18beeeb2
commit 87c1935253
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<profiles>
<profile name="LiveInstall" description="Live Install ISO">
<requires profile="BaseCommon"/>
<requires profile="BootCore"/>
<requires profile="BootCoreLive"/>
</profile>
</profiles>
<preferences profiles="LiveInstall" arch="x86_64">