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 Oct 26, 2021
1 parent c78deb2 commit 141fa58
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 @@ -101,7 +101,6 @@ EOF
# 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
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 141fa58

Please sign in to comment.