summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb2
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 71aa631..9e47086 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -1,7 +1,7 @@
1# Netboot initramfs image. 1# Netboot initramfs image.
2DESCRIPTION = "OSTree initramfs image" 2DESCRIPTION = "OSTree initramfs image"
3 3
4PACKAGE_INSTALL = "ostree ostree-initramfs systemd-initramfs busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" 4PACKAGE_INSTALL = "ostree-switchroot ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
5 5
6SYSTEMD_DEFAULT_TARGET = "initrd.target" 6SYSTEMD_DEFAULT_TARGET = "initrd.target"
7 7