On Thu, Mar 7, 2019 at 3:27 PM Adrian Bunk <[email protected]> wrote: > > From: André Draszik <[email protected]> > > It looks like there is an implicit dependency on util-linux' > umount - as otherwise when using busybox' umount we see a > long delay on shutdown / reboot. > > [YOCTO #13058] > That bug number is wrong, seems only slighty related: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13058
Following the discussions, I think this had to do with older versions of busybox not ignoring the '-c' option that systemd passes to umount. https://github.com/systemd/systemd/issues/7786 So, systemd has a dependency on *either* util-linux-mount *or* a minimal version of busybox. Do we support minimal version dependencies in Yocto? Regards, Leon. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
