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

Commit

Permalink
vagrantfile: do not attempt to install grubby
Browse files Browse the repository at this point in the history
The grubby package is already installed in the pulled VM image.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Sep 14, 2021
1 parent 1e458d8 commit cdf0d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ EOF
# Fedora is required to reboot so that the change to cgroups v1
# makes effect.
fedora.vm.provision "shell", reboot: true, inline: <<-SHELL
sudo dnf install -y grubby
# Set the kernel parameter to use cgroups v1.
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
# Set iommu's kernel parameters for vfio tests.
Expand Down

0 comments on commit cdf0d10

Please sign in to comment.