diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-09 17:06:02 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-09 17:06:02 +0200 |
commit | 506edc97f72440066b6be42ced01ece8390ea499 (patch) | |
tree | c52463347673930a7876a9562486c72efe791fb7 | |
parent | f4c7b3d831f232c312b50d52ff296c4678eb475b (diff) | |
download | meta-updater-506edc97f72440066b6be42ced01ece8390ea499.tar.gz |
Don't try to put the repo manifest in the initramfs image.fix/initramfs-no-manifest
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;" | |