Skip to content

Commit

Permalink
generic/centos8
Browse files Browse the repository at this point in the history
Signed-off-by: moriya <[email protected]>
  • Loading branch information
Gekko0114 committed Sep 19, 2024
1 parent 9aafa37 commit 7718b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/selinux/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
config.vm.box = "centos/8"
config.vm.box = "generic/centos8"
config.vm.synced_folder '.', '/vagrant/youki', disabled: false

config.vm.provider "virtualbox" do |v|
Expand Down

0 comments on commit 7718b1a

Please sign in to comment.