From d86dfe2d99406af510e6ff16ba4aa602d90fb664 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 13 Dec 2008 19:43:37 +0100 Subject: [PATCH] initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none" * this means no packagemanagemnt files get installed --- packages/kexecboot/initramfs-kexecboot-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb index e0434b5fbd..3fd1088b7d 100644 --- a/packages/kexecboot/initramfs-kexecboot-image.bb +++ b/packages/kexecboot/initramfs-kexecboot-image.bb @@ -1,5 +1,6 @@ #initramfs image which mounts the rootfilesystem and kexecs a kernel from there +ONLINE_PACKAGE_MANAGEMENT = "none" IMAGE_FSTYPES += " cpio.gz" inherit image -- 2.39.5