summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2017-08-14 13:39:37 +0200
committerGitHub <noreply@github.com>2017-08-14 13:39:37 +0200
commit3ca24fcd0a49c8909c2fe50c0dcd0f8566713df9 (patch)
treed4979142445c9d8103266fdd2e47e335e8ba14de
parent8a0ef9f142555c553d714668c611eae3df9f7a89 (diff)
downloadmeta-updater-3ca24fcd0a49c8909c2fe50c0dcd0f8566713df9.tar.gz
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).
-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