From fa0129a24d1d91a99f7dc17235177cb680049825 Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Mon, 26 Jun 2017 16:06:21 +0200 Subject: Override IMAGE_ROOTFS_EXTRA_SPACE AGL sets this to 500MB to allow extra space in the default image. Set it to 0 in the initramfs. --- recipes-core/images/initramfs-ostree-image.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 509b74d..cd872b8 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb @@ -21,6 +21,10 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" +# Users will often ask for extra space in their rootfs by setting this +# globally. Since this is a initramfs, we don't want to make it bigger +IMAGE_ROOTFS_EXTRA_SPACE = "0" + BAD_RECOMMENDATIONS += "busybox-syslog" -- cgit v1.2.3-54-g00ecf