diff options
Diffstat (limited to 'meta-sota/recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r-- | meta-sota/recipes-core/images/initramfs-ostree-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |