From 459705d2ab4ec9fb983c9d62514e6fa82a18c2c1 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Fri, 18 Sep 2026 07:29:10 +0300 Subject: [PATCH] rootfs: trixie-gst-h26forge: grow the image to 5GB The amd64 build has been failing since 210394f7 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 --- config/core/rootfs-configs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core/rootfs-configs.yaml b/config/core/rootfs-configs.yaml index 9264f4c971..f694650f31 100644 --- a/config/core/rootfs-configs.yaml +++ b/config/core/rootfs-configs.yaml @@ -230,7 +230,7 @@ rootfs_configs: - wget script: "scripts/trixie-gst-h26forge.sh" test_overlay: "overlays/h26forge" - imagesize: 4GB + imagesize: 5GB debos_memory: 8G debos_scratchsize: 16G