On Tue, May 05, 2026 at 01:35:47PM +0100, Mark Hindley wrote: > On Tue, May 05, 2026 at 02:19:25PM +0200, Matthias Geiger wrote: > > * Caching service dependencies ... > > [ ok ] > > /usr/lib/rc/sh/openrc-run.sh: 76: mount: not found > But I was looking to see where that message comes from and I don't see > mount used in /usr/lib/rc/sh/openrc-run.sh.
Note that while "/usr/lib/rc/sh/openrc-run.sh: 76" is printed by the shell, it is a known issue that at least some shells (and that seems to include dash) do not properly track filenames and line numbers when multiple shell source files are involved. I know next to nothing about openrc, but localmount.in and netmount.in look like they would be executed during boot and they call mount. Hope this helps, Chris

