container-host: reduce extra space to 2GB

The previous 40G size was far too large.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-11-12 19:59:43 +00:00
parent 201436cd0c
commit dc093093fe

View File

@ -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"