26 Jul
2025
26 Jul
'25
11:26 a.m.
Demi Marie Obenour <demiobenour@gmail.com> writes:
mount(8) will create directories as needed if --mkdir is passed. Use this instead of a separate call to mkdir(1).
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- img/app/etc/s6-linux-init/scripts/rc.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
(I checked and the same change can't be applied to vm/sys/net, because it's still using Busybox mount. Doesn't seem worth changing just for this, and I suspect we'll unify it with img/app at some point anyway.)