aboutsummaryrefslogtreecommitdiff
path: root/teams/eln/cloud.xml
AgeCommit message (Collapse)Author
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
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-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-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.
2024-08-22Add cloud image support for ELNGravatar Stephen Gallagher
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>