mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-27 04:44:05 -04:00
vagrant: use self-made FreeBSD 10.3 box, fixes #3022
(cherry picked from commit c995797640)
This commit is contained in:
parent
d13fe53c93
commit
d7bb5783d2
1 changed files with 1 additions and 2 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -498,9 +498,8 @@ Vagrant.configure(2) do |config|
|
|||
end
|
||||
|
||||
# BSD
|
||||
# note: the FreeBSD-10.3-RELEASE box needs "vagrant up" twice to start.
|
||||
config.vm.define "freebsd64" do |b|
|
||||
b.vm.box = "freebsd/FreeBSD-10.3-RELEASE"
|
||||
b.vm.box = "freebsd64" # custom FreeBSD 10.3 box. official ones are broken, #3022.
|
||||
b.vm.provider :virtualbox do |v|
|
||||
v.memory = 1024 + $wmem
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue