aboutsummaryrefslogtreecommitdiff
path: root/teams/eln
AgeCommit message (Collapse)Author
2026-05-07eln: add gnome-classic-session to GNOME LiveGravatar Yaakov Selkowitz
While it was removed from comps prior to RHEL 10, it is present in both the CentOS AltImage (on which this is based) and Workstation Live (with which this shares tests in OpenQA). Without it, GNOME Shell will not display the Log Out option in the Live image. https://github.com/fedora-eln/eln/issues/511
2026-04-22eln: new fedora-eln-release package replaces fedora-release-elnGravatar Yaakov Selkowitz
https://bugzilla.redhat.com/show_bug.cgi?id=2460477 https://github.com/fedora-eln/eln/issues/469
2026-01-27teams/cloud/container: Remove the legacy non-namespaced labelsGravatar Jan Pazdziora
The discussion in https://discussion.fedoraproject.org/t/f44-change-proposal-containerimageslabels-selfcontained/179010 and opinions in https://pagure.io/fesco/issue/3543 suggested making a clear cut and removing the legacy labels as well. Reference: https://fedoraproject.org/wiki/Changes/ContainerImagesLabels
2026-01-26teams/cloud/container: Add standardized OCI labelsGravatar Jan Pazdziora
Match the org.opencontainers.image.* labels to the https://specs.opencontainers.org/image-spec/annotations/. Reference: https://fedoraproject.org/wiki/Changes/ContainerImagesLabels Fixes https://pagure.io/fedora-kiwi-descriptions/issue/250.
2025-12-16teams/eln: add COSMIC DesktopGravatar Yaakov Selkowitz
2025-12-09teams/eln: Replace Anaconda Initial Setup with Plasma SetupGravatar Yaakov Selkowitz
https://pagure.io/fedora-kiwi-descriptions/c/1e74928eb0719b1cb3548434a58d9ffd0c4d21fd https://pagure.io/fedora-comps/pull-request/1206
2025-11-27teams/eln/container: create dotfiles under root folder with systemd-tmpfilesGravatar jackyzy823
Since`rootfiles` now uses systemd-tmpfiles to install dotfiles under root folder instead of copying.
2025-10-31Add core to ELN Desktop CommonGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-10-28ELN GNOME - Use groups instead of environmentGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-10-06Raise the size of the boot partition to 2G for ELN imagesGravatar Neal Gompa
With the increase in content in initramfs, a long-overdue raise of the default size for /boot is warranted. Reference: https://fedoraproject.org/wiki/Changes/2GbootPartition
2025-09-29Add ELN GNOME and KDE Live imagesGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-09-17eln: fix toolbox package listGravatar Yaakov Selkowitz
nss-mdns is not included in RHEL, and mesa-vulkan-drivers is x86_64 only.
2025-09-12Build ELN ToolboxGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-08-28eln/wsl: drop the SELinux packages from the ELN WSL imageGravatar Jeremy Cline
WSL does not support SELinux, so at best it's pointless to install. This also actively breaks WSL 1 users, although I don't think we should suggest that we support that, and if the policy on the builder doesn't match the target things break during the build. It also reduced the build time from ~80 seconds to ~70 seconds for me, so that's nice. See: 39b379f7d ("wsl: drop the SELinux packages from the WSL base image") Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
2025-05-30Add wsl-setup to ELN WSLGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-05-29ELN: Adjust aarch64 images to use the correct serial consoleGravatar Jeremy Cline
The serial device name on Arm is ttyAMA, not ttyS. This splits the configuration for ELN images based on the architecture and adjusts the kernel command line. Note that prior to this change, aarch64 would still output kernel logs to the ttyAMA0 console (on Azure, at least) due to the ACPI SPCR table. On aarch64 the console in this table, if it's present, is _always_ configured as the kernel's default console. However, systemd logs would not be sent to the serial console because it seems it was honoring the kernel command line configuration which had ttyS0 as the default. Note: this is the exact same change as 4979662a547e ("Cloud: Adjust aarch64 images to use the correct serial console"), if you're reverting this, you probably want to also revert that one. Also see: https://pagure.io/cloud-sig/issue/394 Also see: https://bugzilla.redhat.com/show_bug.cgi?id=1661288 Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
2025-05-29teams/eln/wsl: Use native "wsl" image typeGravatar Neal Gompa
This introduces extra validation for WSL image creation to ensure the result is usable.
2025-05-15wsl: Add wget to the default package setGravatar Jeremy Cline
Although we include curl, some folks expect wget. Also, one of the more common uses of WSL is in combination with VS Code, and its setup script on remote hosts uses wget. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
2025-05-01Add WSL to ELNGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2025-04-29grub2: Enable `bls` for all non-live imagesGravatar Janne Grunau
This became necessary with 10.0.13 / after merging https://github.com/OSInside/kiwi/pull/2535 but doesn't seem to noticeable effects besides miisin "GRUB_ENABLE_BLSCFG=true" in /etc/default/grub.
2025-01-23teams/eln/container: Install standalone sysusers for base containersGravatar Yaakov Selkowitz
This avoids a dependency on the full systemd package for non-init containers.
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>