mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
FUSE on OpenBSD
Concerning #1696: OpenBSD offers in kernel support for FUSE 2.6. Borg relies on llfuse, which relies on FUSE >2.9. I'm not aware of plans to bring FUSE on OpenBSD to a more recent version. Signed-off-by: Björn Ketelaars <bjorn.ketelaars@hydroxide.nl>
This commit is contained in:
parent
a69e346126
commit
a0df60e1b8
1 changed files with 0 additions and 1 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -114,7 +114,6 @@ def packages_openbsd
|
||||||
chsh -s /usr/local/bin/bash vagrant
|
chsh -s /usr/local/bin/bash vagrant
|
||||||
pkg_add openssl
|
pkg_add openssl
|
||||||
pkg_add lz4
|
pkg_add lz4
|
||||||
# pkg_add fuse # does not install, sdl dependency missing
|
|
||||||
pkg_add git # no fakeroot
|
pkg_add git # no fakeroot
|
||||||
pkg_add py3-setuptools
|
pkg_add py3-setuptools
|
||||||
ln -sf /usr/local/bin/python3.4 /usr/local/bin/python3
|
ln -sf /usr/local/bin/python3.4 /usr/local/bin/python3
|
||||||
|
|
Loading…
Reference in a new issue