aboutsummaryrefslogtreecommitdiff
path: root/config.sh
AgeCommit message (Collapse)Author
2024-12-18teams/asahi: Add readlink binaryGravatar Asahi Lina
Potentially needed for path resolution to work properly in scripts.
2024-12-12teams/asahi: FEX: Add glxinfo/eglinfo/clinfo to bin includesGravatar Asahi Lina
2024-12-09teams/asahi: FEX: Minimize rootfs by removing most data files and executablesGravatar Asahi Lina
We only really need i686/x86_64 libraries, and executables which do not exist (or do not work equivalently) on the arm64 host system. In particular, removing libexec avoids situations where random dbus services are started under emulation for no reason.
2024-11-13Add Fedora Server generic guest and host image descriptionsGravatar Neal Gompa
This is loosely based on the Server kickstart and ELN descriptions. This covers both the disk image for running on ARM hardware as well as the VM image for running on various hypervisor platforms.
2024-09-28Add FEX-RootFS definitionGravatar Davide Cavalca
Add a new definition for a RootFS to be used by FEX (https://src.fedoraproject.org/rpms/fex-emu). This is based on the upstream manifest (https://github.com/FEX-Emu/RootFS/blob/main/Configs/Fedora_40.json). Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2024-08-25config.sh: Drop fixboot Anaconda scriptletGravatar Neal Gompa
We should no longer need this because kiwi has been adjusted to delete this file before finalizing the image.
2024-08-22Fix packages installed on KDE Mobile LiveGravatar Troy Dawson
Fix boot after install for all Live builds Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-08-22config.sh: Add livesys configuration for MiracleWM spinGravatar Neal Gompa
This ensures livesys-scripts loads the correct session information when making the MiracleWM spin.
2024-07-24components/boot: Add common configuration for disk imagesGravatar Neal Gompa
This introduces a core disk configuration profile "BootDiskCore" that can be used for creating non-cloud bootable disks.
2024-03-25config.sh: Add snippet to configure sudo for Vagrant imagesGravatar Neal Gompa
The vagrant user used in Vagrant images needs the ability to use sudo with no restrictions. This is fine and expected for Vagrant images, as they are only intended to be used for development purposes.
2024-02-29No longer enable waagent.service via config.shGravatar Jeremy Cline
The service is now enabled via systemd presets.
2024-02-23azure: support accelerated networking featureGravatar Jeremy Cline
Azure provides an optional "Accelerated Networking" feature. Enabling this feature when creating a VM enables SR-IOV and provides the guest with a virtual function. Supporting this requires two changes. Firstly, the kernel-modules package is required as it contains the Mellanox drivers required for the VF provided to the guest. Secondly, the interface needs to be ignored by NetworkManager or it'll try and fail to bring up the device and the VM will be unreachable except by serial console. If this is observed, it's likely new hardware has been deployed and additional drivers need to be added to the NetworkManager config. See https://learn.microsoft.com/en-us/azure/virtual-network/accelerated-networking-overview for details.
2024-02-23azure: enable the Azure Linux Agent serviceGravatar Jeremy Cline
The WALinuxAgent package was already being installed, but the service was enabled. This ensures it'll start when the VM is created.
2024-01-13config.sh: Add configuration for numerous desktopsGravatar Neal Gompa
This makes adjustments for the script part for configuring images of the various desktops.
2024-01-13components/desktop-environments, config.sh: Add SoaS variantGravatar Neal Gompa
This adds the basic configuration for Sugar on a Stick.
2024-01-07Add base container definitionsGravatar Neal Gompa
This adds the definitions for building the container tarballs for the base container, the minimal base container, and the toolbox container.
2023-10-14Initial import of descriptionsGravatar Neal Gompa