From 689d2a8e825b3fc77bd4671f2c0597d2de5f0fdf Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 4 Oct 2016 14:42:42 +0200 Subject: Tuned initrd image and pseudo environment to fix bugs with extended security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov --- meta-sota/recipes-core/images/initramfs-ostree-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-sota/recipes-core/images') diff --git a/meta-sota/recipes-core/images/initramfs-ostree-image.bb b/meta-sota/recipes-core/images/initramfs-ostree-image.bb index 71aa631..9e47086 100644 --- a/meta-sota/recipes-core/images/initramfs-ostree-image.bb +++ b/meta-sota/recipes-core/images/initramfs-ostree-image.bb @@ -1,7 +1,7 @@ # Netboot initramfs image. DESCRIPTION = "OSTree initramfs image" -PACKAGE_INSTALL = "ostree ostree-initramfs systemd-initramfs busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "ostree-switchroot ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" SYSTEMD_DEFAULT_TARGET = "initrd.target" -- cgit 1.2.3-korg