Skip to content

rootfs: trixie-gst-h26forge: grow the image to 5GB - #3218

Merged
nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:h26forge-imagesize
Sep 18, 2026
Merged

nuclearcat merged 1 commit into
kernelci:mainfrom
nuclearcat:h26forge-imagesize

Conversation

@nuclearcat

Copy link
Copy Markdown
Member

The amd64 build has been failing since 210394f added netbase to the NFS initramfs step:

create_initrd_ramdisk.sh | E: You don't have enough free space in /var/cache/apt/archives/.
Action update-initramfs step failed at stage Run, error: exit status 100

The image was already close to full by the time the initramfs is built. The testsuite script pulls in a Rust toolchain and leaves the downloaded crates and the apt cache behind, and update-initramfs runs before strip.sh, the extra_packages_remove purge and crush.sh have reclaimed any of it. apt refuses the netbase install on the free-space check rather than on the size of the package itself, which is about 40kB.

arm64 has the same content and finished with just enough room, so the amd64 failure is a margin, not a new dependency. Give the config another gigabyte.

The image size only bounds the rootfs.ext4 that debos assembles, so the published artefacts do not grow.

The amd64 build has been failing since 210394f added netbase to the NFS
initramfs step:

  create_initrd_ramdisk.sh | E: You don't have enough free space in /var/cache/apt/archives/.
  Action `update-initramfs step` failed at stage Run, error: exit status 100

The image was already close to full by the time the initramfs is built.
The testsuite script pulls in a Rust toolchain and leaves the downloaded
crates and the apt cache behind, and update-initramfs runs before
strip.sh, the extra_packages_remove purge and crush.sh have reclaimed any
of it.  apt refuses the netbase install on the free-space check rather
than on the size of the package itself, which is about 40kB.

arm64 has the same content and finished with just enough room, so the
amd64 failure is a margin, not a new dependency.  Give the config another
gigabyte.

The image size only bounds the rootfs.ext4 that debos assembles, so the
published artefacts do not grow.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@nuclearcat
nuclearcat added this pull request to the merge queue Sep 18, 2026
Merged via the queue into kernelci:main with commit c900659 Sep 18, 2026
3 checks passed
@nuclearcat
nuclearcat deleted the h26forge-imagesize branch September 18, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant