1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-01 21:26:40 +02:00

use busybox init by default

This commit is contained in:
DanyLE 2023-08-01 17:10:39 +02:00
parent ee33311fce
commit 1cc8daad6e

View File

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