https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239527

--- Comment #1 from Mateusz Piotrowski <[email protected]> ---
I've missed some things from the previous Vagrantfile. With this one I can
reproduce the issue reliably:

Vagrant.configure("2") do |config|
  config.ssh.shell = "sh"
  config.vm.box = "freebsd/FreeBSD-12.0-RELEASE"

  config.vm.provider "virtualbox" do |vb|
    vb.gui = true
  end

  config.vm.boot_timeout = 3600

  config.vm.provision "shell", inline: <<-SHELL
    printf '%s\n' 'boot_mute="YES"' 'vesa_load="YES"' > /boot/loader.conf
  SHELL
end

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to