195aaf0811
Before this patch mount(8) would execute something like: /sbin/mount.helper src dest <opts> After this patch: /sbin/mount.helper <opts> src dest The reason is that musl does not reorder args to check for options, so that options must appear before real arguments to make this work. This makes zfs work correctly on musl. Thanks to @chneukirchen for help in finding the issue. |
||
---|---|---|
.. | ||
files | ||
patches | ||
INSTALL | ||
template |