Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
vagrantfile: switch to generic/fedora32 box
Browse files Browse the repository at this point in the history
The installation of packages in the generic/fedora32 box is way faster
than the currently used fedora/32-cloud-base. In my laptop it can save
approximately 30min of the time to `vagrant up fedora`. So in this
commit I am switching the box used.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Oct 26, 2021
1 parent 141fa58 commit dfe3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ EOF
SHELL

config.vm.define "fedora", autostart: false do |fedora|
fedora.vm.box = "fedora/32-cloud-base"
fedora.vm.box = "generic/fedora32"
# Fedora is required to reboot so that the change to cgroups v1
# and kernel arguments make effect.
fedora.vm.provision "shell", reboot: true, inline: <<-SHELL
Expand Down

0 comments on commit dfe3f2f

Please sign in to comment.