When loading an initramfs, the kernel no longer provides functionality for mounting the rootfs. nfs-utils-mount is the minimal required packages to provide the needed tooling for the kernel to mount the rootfs over nfs when using an initramfs.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb index 26b2718e..a9eff847 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb @@ -21,4 +21,5 @@ RDEPENDS:${PN} += "\ initramfs-framework-base \ initramfs-module-udev \ initramfs-module-nfsrootfs \ + nfs-utils-mount \ " -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19608): https://lists.yoctoproject.org/g/meta-ti/message/19608 Mute This Topic: https://lists.yoctoproject.org/mt/118001020/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
