From 506edc97f72440066b6be42ced01ece8390ea499 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 9 Sep 2019 17:06:02 +0200 Subject: 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 --- recipes-core/images/initramfs-ostree-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BAD_RECOMMENDATIONS += "busybox-syslog" - +IMAGE_PREPROCESS_COMMAND_remove = "buildinfo_manifest;" -- cgit v1.2.3-54-g00ecf