From 349ad3258256f8899ff5bd61e23e242ff96a75e3 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 3 Jan 2026 23:05:38 -0600 Subject: Add 4GB of extra space to unit images --- meta-unit-core/recipes-unit/images/unit-image-base.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-unit-core') diff --git a/meta-unit-core/recipes-unit/images/unit-image-base.inc b/meta-unit-core/recipes-unit/images/unit-image-base.inc index c81d895..e58ad54 100644 --- a/meta-unit-core/recipes-unit/images/unit-image-base.inc +++ b/meta-unit-core/recipes-unit/images/unit-image-base.inc @@ -5,3 +5,6 @@ IMAGE_INSTALL:append = " packagegroup-unit-networking" IMAGE_INSTALL:append = " packagegroup-unit-system" IMAGE_INSTALL:append = " packagegroup-unit-users" IMAGE_INSTALL:append = " packagegroup-unit-utils" + +# Allow for 4GB of extra space for misc. purposes (ex. container image storage) +IMAGE_ROOTFS_EXTRA_SPACE = "4194304" -- cgit v1.2.3