1
0
mirror of https://github.com/krislamo/kernmod.git synced 2025-09-09 07:49:29 +00:00
This commit is contained in:
2022-04-21 02:46:32 -04:00
parent 88e33a86bb
commit f1192da2cb
2 changed files with 51 additions and 45 deletions

2
Vagrantfile vendored
View File

@@ -3,6 +3,8 @@ if !VAGRANT_BOX || VAGRANT_BOX == "debian"
VAGRANT_BOX = "debian/bullseye64"
elsif VAGRANT_BOX == "rocky"
VAGRANT_BOX = "rockylinux/8"
elsif VAGRANT_BOX == "centos"
VAGRANT_BOX = "centos/7"
end
Vagrant.configure("2") do |config|