diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2017-08-14 14:21:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 14:21:41 +0200 |
commit | 906a94f05f6f2ef3f373c456018931a56758f1cc (patch) | |
tree | 77b8a3bb5411525797693c1942b1b04f7f640ba4 /recipes-core | |
parent | 97ae557eeb6321455120939cf510ddbaf9f338ae (diff) | |
download | meta-updater-906a94f05f6f2ef3f373c456018931a56758f1cc.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).
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 1 |
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 |
26 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | 26 | IMAGE_ROOTFS_EXTRA_SPACE = "0" |
27 | IMAGE_OVERHEAD_FACTOR = "1.0" | ||
27 | 28 | ||
28 | BAD_RECOMMENDATIONS += "busybox-syslog" | 29 | BAD_RECOMMENDATIONS += "busybox-syslog" |
29 | 30 | ||