1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-04 22:36:38 +02:00

add support initramfs package

This commit is contained in:
DanyLE 2023-08-01 14:19:18 +02:00
parent c52ffcea5c
commit 5df11468d2

View File

@ -2,7 +2,7 @@
DESCRIPTION = "Recovery initramfs image." DESCRIPTION = "Recovery initramfs image."
PACKAGE_INSTALL = "initramfs-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" PACKAGE_INSTALL = "recovery-boot busybox ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
# Do not pollute the initrd image with rootfs features # Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = "" IMAGE_FEATURES = ""