Demi Marie Obenour 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 > --- > 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.)