aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11-01ELN: switch to metalink repo URLsGravatar Stephen Gallagher
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2024-10-30Add missing SDL2 libs to rootfsGravatar Asahi Lina
Besides the base lib, apps sometimes need the add-on ones.
2024-10-11FEX: exclude /usr/share/fonts to avoid shadowing the host fontsGravatar Janne Grunau
2024-10-11components/desktops/kde: Ignore mariadb-server-utilsGravatar Timothée Ravier
This package depends on Perl and is not needed for desktop use cases. See: https://pagure.io/fedora-kde/SIG/issue/566 See: https://pagure.io/fedora-kickstarts/pull-request/1066
2024-10-06Add some more missing libs to FEX rootfsGravatar Davide Cavalca
2024-10-02Add missing libs to FEX rootfsGravatar Asahi Lina
These are used by random i686/x86_64 software, particularly things built with Qt (which usually ship Qt itself but not these).
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-09-25Azure: include azure-vm-utils package in the imageGravatar Jeremy Cline
This package is intended to be the place for Azure utilities along with the various udev rules that currently live in the WALinuxAgent package. At the moment it just contains the `azure-nvme-id` binary and udev rules for providing symlinks in /dev/disk/azure/ for local, data, and OS disks.
2024-09-12Improve test time for kde/build-desktop-liveGravatar Miroslav Vadkerti
Larger disk means more IO performance. Require more CPUs to aid mksquashfs performance. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
2024-09-05components/boot-eln: Add full kernel to BootDiskCoreGravatar Neal Gompa
The boot environment for non-cloud disk images was incomplete, leading to images not bootable on real hardware. This change adds the missing packages to fix that.
2024-09-04components/boot: Add full kernel and btrfs stack to BootDiskCoreGravatar Neal Gompa
The boot environment for non-cloud disk images was incomplete, leading to images not bootable on real hardware. This change adds the missing packages to fix that.
2024-08-30Add gitignoreGravatar Davide Cavalca
2024-08-30ELN: Set description version to "0"Gravatar Neal Gompa
This value is overridden by Koji with the value set by Pungi for the target RHEL version. Not having it here removes the assumption that a valid version is being tracked here.
2024-08-30Do not use 4096 blocksizeGravatar Troy Dawson
4096 blocksize is required for Macs, and some newer machines can see it, but many other machines are not able to use the 4096 blocksize. Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-08-29ELN: Include the container manifestGravatar Neal Gompa
This was missing, preventing the container builds from working.
2024-08-29repositories: Add disabled repository for test updates for non-rawhideGravatar Neal Gompa
This lets people easily turn on content from test update repositories for their image builds.
2024-08-29repositories: Fix formatting of non-rawhide repo XMLGravatar Neal Gompa
Somehow the updates repo was using spaces instead of tabs for indentation.
2024-08-27components/desktops/kde: Add initial setup group for KDE MobileGravatar Neal Gompa
It's not the most ideal option, but it works and unblocks the disk image.
2024-08-27components/liveinstall: Enable mediacheck for live ISOsGravatar Neal Gompa
This brings us to full parity with official Fedora ISOs produced by Lorax.
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-24ELN: Set the target RHEL version as the version of the descriptionGravatar Neal Gompa
Otherwise this turns into "Fedora-ELN-ELN", which is not what we want. And this represents RHEL 11 anyway.
2024-08-22application_id: no spacesGravatar Adam Williamson
We discovered Neal got the regex for this wrong in the Kiwi schema upstream. While he fixes that up, let's just ditch the spaces here for now so it passes validation. Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-08-22components/liveinstall: Set a default application IDGravatar Neal Gompa
This way we do not get an incomprehensible value here.
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-08-22Add initial configuration for MiracleWM spinGravatar Neal Gompa
Reference: https://fedoraproject.org/wiki/Changes/FedoraMiracle
2024-08-22Add cloud image support for ELNGravatar Stephen Gallagher
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2024-08-22Add ELN containerGravatar Stephen Gallagher
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2024-08-22Add initial framework for ELN imagesGravatar Stephen Gallagher
The bootable image support for ELN differs from boot.xml in several ways: * The images use XFS * Several packages are dropped that are not present in ELN Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2024-08-09Rename config.xml to Fedora.kiwiGravatar Neal Gompa
This ensures that there is a single unambiguous filename for the root description.
2024-08-09kiwi-build, tmt: Require setting the kiwi filename for the buildGravatar Neal Gompa
In preparation for having multiple top-level kiwi description files, expose the ability to define which file to read. Additionally, tests are updated to use this new flag.
2024-07-31Initial KDE Plasma Mobile Spin importGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-07-24components/liveinstall: Support all expected architectures properlyGravatar Neal Gompa
We want to be able to produce live ISOs for AArch64 and POWER with the correct GRUB configuration. This also sets us up to handle any quirks for each architecture platform as needed later. This also includes a change to bump the EFI partition size for ISOs to 30MB so everything fits.
2024-07-24teams/kde: Rework to add disk image buildGravatar Neal Gompa
This adds a disk image build profile to produce Fedora KDE images. Additionally, these profiles are now tested in CI.
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-07-23Use ${terminal_output} instead of ${terminal_setup}Gravatar Troy Dawson
The newer kiwi has cleaned up its grub configurations. One of the changes was the variable terminal_output, which you set for your terminal_output. Much more logical. This changes to the new way.
2024-07-22components/desktops/kde: Add plasma-welcome-fedoraGravatar Neal Gompa
This adds an extra panel for Plasma Welcome to enable third party sources on initial login.
2024-07-01Introduce a new "fedora-init" image, which is fedora + systemd.Gravatar Romain Geissler
This is similar to "ubi-init" on UBI/RHEL side. Fixes BZ 2278884.
2024-07-01Add dnf5-plugins into the generic containerGravatar Pavel Raiskup
[root@ba1ab1388008 /]# dnf5 install dnf5-plugins --setopt=install_weak_deps=False ... Total size of inbound packages is 2 MiB. Need to download 2 MiB. After this operation 13 MiB will be used (install 13 MiB, remove 0 B). ... Fixes: https://pagure.io/releng/issue/12105 Fixes: https://pagure.io/releng/issue/12106
2024-06-03cloud: updates for s390xGravatar Dan Horák
updates for "virtual image" usable under KVM - don't use 4k block size - don't use CDL partitioning - don't use DASD related kernel parameters
2024-06-03cloud: don't use 4k block size on ppc64leGravatar Dan Horák
2024-05-31Allow isolated build via kiwi's boxbuildGravatar Marcus Schäfer
The kiwi boxbuild plugin allows to build the image as normal user inside of a KVM box. The boxes are provided by the plugin and fetched once or on update. This is useful to decouple the build from host operating system requirements. The calling user must have permissions to run KVM instances. Also see: https://osinside.github.io/kiwi/plugins/self_contained.html for setting up the sshfs sharing backend
2024-05-24VARIANTS: Use a table to list image variantsGravatar Timothée Ravier
This should make the list of avaiable image variants more readable.
2024-05-22Disable systemd-firstboot on Cloud images via cmdline (#2282195)Gravatar Adam Williamson
systemd 256 added a new feature which wants to create users on boot if none exist yet: https://github.com/systemd/systemd/commit/3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b We don't want that, cloud-init handles this situation. So let's disable it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-05-10AmazonEC2: Add more helpful packagesGravatar Major Hayden
The amazon-ec2-utils package includes udev rules that make it easier to identify block storage devices and sets some configuration for other storage devices. Users can run awscli2 to manage their AWS cloud resources. The ec2-instance-connect package allows one click console access to a Fedora instance from the AWS console (website). Signed-off-by: Major Hayden <major@redhat.com>
2024-05-09docs(README): Fix broken link to VARIANTS.mdGravatar Dominik Wombacher
2024-05-09Adjust configs for SwitchToDnf5 ChangeGravatar Adam Williamson
dnf5 (in obsoleting-dnf mode) provides /usr/bin/yum and obsoletes yum, so we should drop the 'dnf-yum' entries (which installed yum). dnf5 also appears to provide and obsolete microdnf, so we should replace microdnf with dnf5 in the minimal image, I guess. dnf5-plugins seems the logical replacement for dnf-plugins-core (which is not removed yet, but is specific to dnf4). Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-05-07Add the container=oci environment variableGravatar Clement Verna
This variable was dropped when switching to kiwi. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2278652 Signed-off-by: Clement Verna <cverna@tutanota.com>
2024-05-03Add btrfs-progs to Cloud imagesGravatar Adam Williamson
It was previously being pulled in via weak dependencies of fwupd, but we removed fwupd in #47 and now it's not there any more. It is needed for the first boot resize by cloud-init to work, since we use a btrfs filesystem. Signed-off-by: Adam Williamson <awilliam@redhat.com>