From dc093093fe707d225b57b8e0a69853f6615ba606 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 12 Nov 2024 19:59:43 +0000 Subject: container-host: reduce extra space to 2GB The previous 40G size was far too large. Signed-off-by: Bruce Ashfield --- recipes-extended/images/container-image-host.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 IMAGE_ROOTFS_SIZE = "8192" # we always need extra space to install container images -IMAGE_ROOTFS_EXTRA_SPACE = "41943040" +# 2GB +IMAGE_ROOTFS_EXTRA_SPACE = "2000000" -- cgit v1.2.3-54-g00ecf