Skip to content

jstuyts/vagrant-freebsd-minimal-amd64-customizable

Repository files navigation

Current State

In working order, but documentation is lacking.

About

TBD

Requirements

TBD

Usage

TBD

Shell

config.ssh.shell = "sh"

NFS

Uses NFS because the Guest Additions provided by FreeBSD do not support VirtualBox shared folders.

Install: https://github.com/winnfsd/vagrant-winnfsd

Static IPv4 address because DHCP is not working. This must be in the range of the private network: Usually 172.28.128.5 and up.

Example configuration:

config.vm.synced_folder ".", "/vagrant", type: "nfs"
config.vm.network "private_network", ip: "172.28.128.254"

Issues with vagrant-winnfsd:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published