summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-03 23:05:38 -0600
committerunitexe <unitexe70@gmail.com>2026-01-03 23:05:38 -0600
commit349ad3258256f8899ff5bd61e23e242ff96a75e3 (patch)
tree82acbdaecb4bee3da6ef1621822113e5a280c6a9
parent9a8e9da1209c07dbba8930f9e8783e1d00f3a3b6 (diff)
Add 4GB of extra space to unit images
-rw-r--r--meta-unit-core/recipes-unit/images/unit-image-base.inc3
1 files changed, 3 insertions, 0 deletions
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"