I have been trying to convert my boot scripts to 'pure' s6 but s6-mount doesn't seem to accept LABEL=" " as a device. Is there an 's6' way of doing this or should I stick with 'mount'?
s6-mount is a very simple wrapper around the mount(2) system call, it does not perform any extra processing to find the device to mount. I'm afraid that if you want util-linux functionality, you'll have to use util-linux tools. ^^' -- Laurent
