mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
Instead of checking for existence of /dev in the mounted file system use mountpoint to check if a root file system has been mounted. This allows to use the rootfs module for OSTree based rootfs as well, where the file system rootfs does not have any of the regular directories (at least when using the modern layout). (From OE-Core rev: efdfd0d5dde4dde43cb67ef28a90d5f5fe3e0ac6) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>