diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-06-26 16:06:21 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-06-26 16:06:21 +0200 |
commit | fa0129a24d1d91a99f7dc17235177cb680049825 (patch) | |
tree | 220a6153c9747cb880cdf8b9c23ca3388c4b4a0a /recipes-core | |
parent | 45c155a67d3532ad32342fc512e8bf6341ab9e5d (diff) | |
download | meta-updater-fa0129a24d1d91a99f7dc17235177cb680049825.tar.gz |
Override IMAGE_ROOTFS_EXTRA_SPACE
AGL sets this to 500MB to allow extra space in the default image. Set it to 0
in the initramfs.
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 509b74d..cd872b8 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -21,6 +21,10 @@ inherit core-image | |||
21 | 21 | ||
22 | IMAGE_ROOTFS_SIZE = "8192" | 22 | IMAGE_ROOTFS_SIZE = "8192" |
23 | 23 | ||
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 | ||
26 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | ||
27 | |||
24 | BAD_RECOMMENDATIONS += "busybox-syslog" | 28 | BAD_RECOMMENDATIONS += "busybox-syslog" |
25 | 29 | ||
26 | 30 | ||