1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +00:00

packagegroup-ti-core-initramfs: Add nfs-utils-mount

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 <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2026-02-25 11:51:52 -06:00
parent cd0391b2ea
commit ddbc40d2ab
@@ -21,4 +21,5 @@ RDEPENDS:${PN} += "\
initramfs-framework-base \
initramfs-module-udev \
initramfs-module-nfsrootfs \
nfs-utils-mount \
"