Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Add support for OpenBSD #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

gfrey
Copy link
Collaborator

@gfrey gfrey commented Apr 25, 2018

With OpenBSD there is one major problem: no support for proper file
sharing (neither virtualbox sharing nor NFS). The only option left is
using the rsync mechanism, which has two glitches:

  • It requires an explicit vagrant rsync to update code in a running
    guest, as the sync mechanism is otherwise only triggered on
    vagrant up and vagrant reload.
  • The rsync mechanism is one way from host to guest. For getting files
    out of the guest some other mechanism must be used (there is a
    plugin rsync-back that worked for me).

With OpenBSD there is one major problem: no support for proper file
sharing (neither virtualbox sharing nor NFS). The only option left is
using the rsync mechanism, which has two glitches:

 * It requires an explicit `vagrant rsync` to update code in a running
   guest, as the sync mechanism is otherwise only triggered on
   `vagrant up` and `vagrant reload`.
 * The rsync mechanism is one way from host to guest. For getting files
   out of the guest some other mechanism must be used (there is a
   plugin `rsync-back` that worked for me).
Base automatically changed from master to main February 8, 2021 00:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant