summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-11-12 19:59:43 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-15 19:50:00 +0000
commitdc093093fe707d225b57b8e0a69853f6615ba606 (patch)
tree0b362f5298822a3a5302abd41f8b8b61be1d4126
parent201436cd0c88995a7592d6cc1aef6fed9335133f (diff)
downloadmeta-virtualization-dc093093fe707d225b57b8e0a69853f6615ba606.tar.gz
container-host: reduce extra space to 2GB
The previous 40G size was far too large. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/images/container-image-host.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/images/container-image-host.bb b/recipes-extended/images/container-image-host.bb
index 7d88d36f..d63ef51e 100644
--- a/recipes-extended/images/container-image-host.bb
+++ b/recipes-extended/images/container-image-host.bb
@@ -125,4 +125,5 @@ inherit core-image
125IMAGE_ROOTFS_SIZE = "8192" 125IMAGE_ROOTFS_SIZE = "8192"
126 126
127# we always need extra space to install container images 127# we always need extra space to install container images
128IMAGE_ROOTFS_EXTRA_SPACE = "41943040" 128# 2GB
129IMAGE_ROOTFS_EXTRA_SPACE = "2000000"