This is a tracking bug for Change: Changes/2GbootPartition For more details, see: https://fedoraproject.org/wiki/Changes/2GbootPartition Raise the default boot partition size from 1 GiB to 2 GiB. If you encounter a bug related to this Change, please do not comment here. Instead create a new bug and set it to block this bug.
kiwi descriptions updates are merged and backported to F43: https://pagure.io/fedora-kiwi-descriptions/c/a3a120de8f3039670557ba33699e55a9e055bf16?branch=f43 image-builder bodhi update needs karma: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7f4058c7aa Just waiting on anaconda now: https://github.com/rhinstaller/anaconda/pull/6678
image-build presumably needs deploying...somewhere too, right? I'll file a new bug for anaconda and propose it as FE, as we're in the freeze now.
(In reply to Adam Williamson from comment #2) > image-build presumably needs deploying...somewhere too, right? > I believe it just needs to land in F43 so that the image builder plugin for Koji can use it. But I may be wrong on that... Simon, is that right? > I'll file a new bug for anaconda and propose it as FE, as we're in the > freeze now. Sounds good.
Neal is correct; `image-builder` is executed in the buildroot and so needs to be in the tag that's being used as the buildroot which (AFAIK) is automatic since it inherits from the f43 tag.
(In reply to Simon de Vlieger from comment #4) > Neal is correct; `image-builder` is executed in the buildroot and so needs > to be in the tag that's being used as the buildroot which (AFAIK) is > automatic since it inherits from the f43 tag. It needs to be added to f43-image-builder tags manually.
No, it doesn't need to be added manually unless that's a freeze-thing? The rawhide composes from yesterday were already built with the new image-builder (38) that landed in there yesterday as well see (for example): https://koji.fedoraproject.org/koji/buildinfo?buildID=2837707
Todays compose (https://koji.fedoraproject.org/koji/buildinfo?buildID=2838542) shows that images that were produced with `image-builder` contain a 2 GiB /boot :) € fdisk -l Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw Disk Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw: 5.21 GiB, 5596250112 bytes, 10930176 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xc1748067 Device Boot Start End Sectors Size Id Type Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw1 * 34816 444415 409600 200M 6 FAT16 Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw2 444416 4638719 4194304 2G 83 Linux Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw3 4638720 10930175 6291456 3G 83 Linux
Sorry, I see I clearly needed more coffee this morning since I gave a Rawhide compose result. Here's today's F43 compose with the same result :) € fdisk -l Fedora-Minimal-43-20251008.n.0.aarch64.raw Disk Fedora-Minimal-43-20251008.n.0.aarch64.raw: 5.21 GiB, 5596250112 bytes, 10930176 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xc1748067 Device Boot Start End Sectors Size Id Type Fedora-Minimal-43-20251008.n.0.aarch64.raw1 * 34816 444415 409600 200M 6 FAT16 Fedora-Minimal-43-20251008.n.0.aarch64.raw2 444416 4638719 4194304 2G 83 Linux Fedora-Minimal-43-20251008.n.0.aarch64.raw3 4638720 10930175 6291456 3G 83 Linux
The Anaconda PR has been merged, now we wait for an Anaconda release.
Status as I tracked thing down for the Atomic Desktops: - 2GB Anaconda PR: https://github.com/rhinstaller/anaconda/pull/6678 - In anaconda-43.44 release: https://github.com/rhinstaller/anaconda/releases/tag/anaconda-43.44 - But not in this branch: https://github.com/rhinstaller/anaconda/tree/fedora-43 (?) - Pushed to Rawhide & F43: https://src.fedoraproject.org/rpms/anaconda/commits/rawhide & https://src.fedoraproject.org/rpms/anaconda/commits/f43 - F43 update: https://bodhi.fedoraproject.org/updates/FEDORA-2025-043a18f385 - Blocked on: https://github.com/rhinstaller/anaconda/pull/6691