aboutsummaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Collapse)Author
2024-04-20components/desktops/kde: Install LibreOfficeGravatar Neal Gompa
LibreOffice is expected on a KDE desktop image.
2024-04-20components/desktops/kde: Add firefox groupGravatar Neal Gompa
Firefox is expected to be preinstalled for KDE based variants.
2024-04-20components/desktops/common: Drop nonexistent groupsGravatar Neal Gompa
This also includes an adjustment to use the correct group for printing.
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-03-04Install fedora-release-* at bootstrap phase for various imagesGravatar Neal Gompa
This ensures that the correct variant packages are installed.
2024-02-24Add ppc64le variant for Cloud-Base-GenericGravatar Neal Gompa
This allows building cloud images for POWER systems.
2024-02-24components/desktops/mate: Switch from earlyoom to systemd-oomdGravatar Neal Gompa
2024-02-24Rename MATE desktop snippets from MATE-Compiz to MATEGravatar Neal Gompa
This prepares for the future change to another compositor with Wayland.
2024-02-22components/boot: Drop duplicate profiles sectionGravatar Neal Gompa
Multiple profiles can be defined in a profiles section.
2024-02-22Reorganize configuration around Fedora teamsGravatar Neal Gompa
This realigns the configuration into separate files/folders that would be modified by specific teams (e.g. WGs and SIGs).
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>
2024-01-13components/desktop-environments, config.sh: Add SoaS variantGravatar Neal Gompa
This adds the basic configuration for Sugar on a Stick.
2024-01-13components/desktop-environments: Add numerous desktop environmentsGravatar Neal Gompa
This adds desktop environments that are the basis of existing Fedora Linux spins.
2024-01-13components/desktop-environments: kde: Add kde-spin-initial-setupGravatar Neal Gompa
The initial-setup packages for firstboot were split into their own comps group that ensures initial-setup-gui is configured to use kwin as the Wayland compositor.
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