mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
Unlike distros using systemd, FUSE is not enabled by default on Alpine. To setup FUSE manually: 1. modprobe fuse 2. mount -t fusectl fusectl /sys/fs/fuse/connections 3. chmod 666 /dev/fuse Normal users may prefer using OpenRC services to automate these steps, which is what we do in this patch. Also install the umount program from util-linux, since the busybox one does not support unprivileged dismount for FUSE. |
||
---|---|---|
.. | ||
alpine.yml | ||
archlinux.yml | ||
debian.yml | ||
freebsd.yml |