summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb1
1 files changed, 1 insertions, 0 deletions
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"
24# Users will often ask for extra space in their rootfs by setting this 24# Users will often ask for extra space in their rootfs by setting this
25# globally. Since this is a initramfs, we don't want to make it bigger 25# globally. Since this is a initramfs, we don't want to make it bigger
26IMAGE_ROOTFS_EXTRA_SPACE = "0" 26IMAGE_ROOTFS_EXTRA_SPACE = "0"
27IMAGE_OVERHEAD_FACTOR = "1.0"
27 28
28BAD_RECOMMENDATIONS += "busybox-syslog" 29BAD_RECOMMENDATIONS += "busybox-syslog"
29 30