diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-09 17:06:02 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-11 15:49:01 +0200 |
commit | 096c095fd7bc24c80352b36aeb06fc0f6a955f42 (patch) | |
tree | e4d49f24a4dec93fd7556ea406231e3f0528e727 | |
parent | 7243d9ff8c033cf211d2fa81b7609b0ff9d9bf3f (diff) | |
download | meta-updater-096c095fd7bc24c80352b36aeb06fc0f6a955f42.tar.gz |
Don't try to put the repo manifest in the initramfs image.
It isn't very useful there and just takes up space.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index b21be1c..7e03f3d 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -29,4 +29,4 @@ IMAGE_OVERHEAD_FACTOR = "1.0" | |||
29 | 29 | ||
30 | BAD_RECOMMENDATIONS += "busybox-syslog" | 30 | BAD_RECOMMENDATIONS += "busybox-syslog" |
31 | 31 | ||
32 | 32 | IMAGE_PREPROCESS_COMMAND_remove = "buildinfo_manifest;" | |