Skip to content

Commit

Permalink
bump vagrant box to 4.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Oct 28, 2022
1 parent 220ef80 commit 744e74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'

Vagrant.configure(2) do |config|
config.vm.box = "generic/debian10"
config.vm.box_version = "3.6.12"
config.vm.box_version = "4.1.18"
config.vm.define "kvmi"

# configuration
Expand Down

1 comment on commit 744e74e

@PuckiPwn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
I tried to install kvm-vmi on a linux vm using Vagrant.
It failed early in the playbook on the apt-get dist-upgrade. (grub-pc error)
I solved this error by changing config.vm.box_version to 4.2.8.
Bit new to github and very new to Vagrant, so not sure if this is the right place to post, but seems related to this recent commit.

Please sign in to comment.