diff options
author | cajun-rat <p@beta16.co.uk> | 2017-06-28 09:52:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 09:52:17 +0200 |
commit | 83af625b2bee24827f4c810b9c8d6a5f413f0ea0 (patch) | |
tree | 233d4ffcd3e5ee96100e1ff3d15e3e2dc30e5f1d | |
parent | 5d38a4f19b642a5793b79d0d8fb3a72ea84d18f8 (diff) | |
parent | fa0129a24d1d91a99f7dc17235177cb680049825 (diff) | |
download | meta-updater-83af625b2bee24827f4c810b9c8d6a5f413f0ea0.tar.gz |
Merge pull request #87 from advancedtelematic/bugfix/agl-doesnt-boot
Override IMAGE_ROOTFS_EXTRA_SPACE
-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 | ||