summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-08-17 08:35:52 +0200
committerGitHub <noreply@github.com>2017-08-17 08:35:52 +0200
commite4d1236c832020d675a9202f096a94a2581258f1 (patch)
tree77b8a3bb5411525797693c1942b1b04f7f640ba4
parent97ae557eeb6321455120939cf510ddbaf9f338ae (diff)
parent906a94f05f6f2ef3f373c456018931a56758f1cc (diff)
downloadmeta-updater-e4d1236c832020d675a9202f096a94a2581258f1.tar.gz
Merge pull request #124 from dl9pf/patch-12
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