From 906a94f05f6f2ef3f373c456018931a56758f1cc Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 14 Aug 2017 14:21:41 +0200 Subject: Set IMAGE_OVERHEAD_FACTOR for fixed initrd size Set IMAGE_OVERHEAD_FACTOR = "1.0" Otherwise the initrd was 12M due to the default overhead (x1.3). --- recipes-core/images/initramfs-ostree-image.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/images') diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index cd872b8..4870579 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb @@ -24,6 +24,7 @@ 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" +IMAGE_OVERHEAD_FACTOR = "1.0" BAD_RECOMMENDATIONS += "busybox-syslog" -- cgit v1.2.3-54-g00ecf