summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Luck <ben+qa@advancedtelematic.com>2017-08-22 12:31:37 +0200
committerGitHub <noreply@github.com>2017-08-22 12:31:37 +0200
commitdeac6ea989030eb12231a600d4db462f1c89aa44 (patch)
tree3499273287ba4a626638cf57c08bbe7e575a82ee
parentbf3abfdc09327cac2f4b43e6693eff8f7a31c0f3 (diff)
parent3ca24fcd0a49c8909c2fe50c0dcd0f8566713df9 (diff)
downloadmeta-updater-deac6ea989030eb12231a600d4db462f1c89aa44.tar.gz
Merge pull request #123 from dl9pf/patch-11
Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
-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