aboutsummaryrefslogtreecommitdiff
path: root/components/boot.xml
AgeCommit message (Collapse)Author
2024-03-11Add s390x variant for Cloud-Base-GenericGravatar Neal Gompa
This allows building cloud images for Z systems.
2024-03-04components/boot: Force grubby at bootstrap phaseGravatar Neal Gompa
If no preference is expressed, sdubby will be selected instead of grubby, which breaks image builds. Thus, install grubby early to avoid this issue.
2024-02-24Add ppc64le variant for Cloud-Base-GenericGravatar Neal Gompa
This allows building cloud images for POWER systems.
2024-02-22components/boot: Drop duplicate profiles sectionGravatar Neal Gompa
Multiple profiles can be defined in a profiles section.
2024-01-25platforms/cloud: add Cloud-Base-UEFI-UKI profileGravatar Gerd Hoffmann
This is a variation of Cloud-Base-Generic which boots using UKIs. This also adds uki-editbootconfig.sh script which makes the image bootable via "UEFI firmware -> shim.efi -> UKI.efi". Some background information: https://fedoraproject.org/wiki/Changes/Unified_Kernel_Support_Phase_2 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2023-12-19components/boot: Explicitly select grubbyGravatar Neal Gompa
This avoids issues caused by the existence of grubby and sdubby.
2023-10-14Initial import of descriptionsGravatar Neal Gompa