Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion recipes-core/images/initramfs-ostree-image.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Netboot initramfs image.
DESCRIPTION = "OSTree initramfs image"

PACKAGE_INSTALL = "ostree-switchroot ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
# Install the full OSTree package into the initramfs.
# This is needed to support using the non-static version of
# ostree-prepare-root. The problem with ostree-prepare-root-static is that
# expects to run as PID 1 and not as part of an initrd.
PACKAGE_INSTALL = "ostree ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"

SYSTEMD_DEFAULT_TARGET = "initrd.target"

Expand Down