mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
201436cd0c
commit
dc093093fe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user