diff options
| author | 2026-02-11 20:35:42 +0100 | |
|---|---|---|
| committer | 2026-02-16 21:32:50 +0000 | |
| commit | 72b724357e57602f574c1acf2ee7618fd18a9fbf (patch) | |
| tree | 12da584616faa7214ec93d7e6dbac1edfb8f8ae7 /components/liveinstall.xml | |
| parent | e77b02f5d7e34d8b9fd3674970dc26448c3b9f50 (diff) | |
| download | kiwi-descriptions-72b724357e57602f574c1acf2ee7618fd18a9fbf.tar.gz kiwi-descriptions-72b724357e57602f574c1acf2ee7618fd18a9fbf.zip | |
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>
Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 4ba9bfd..c324769 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -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"> |