Fixing filename
This commit is contained in:
parent
461a374cc6
commit
292a0d036b
1 changed files with 2 additions and 2 deletions
4
control-plane/vagrant/Vagrantfile
vendored
4
control-plane/vagrant/Vagrantfile
vendored
|
|
@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
|
|||
vb.customize ["modifyvm", :id, "--boot1", "dvd"]
|
||||
vb.customize ["modifyvm", :id, "--boot2", "none"]
|
||||
# Attach the Talos ISO
|
||||
vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-amd64.iso"]
|
||||
vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-arm64.iso"]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ Vagrant.configure("2") do |config|
|
|||
vb.customize ["modifyvm", :id, "--boot1", "dvd"]
|
||||
vb.customize ["modifyvm", :id, "--boot2", "none"]
|
||||
# Attach the Talos ISO
|
||||
vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-amd64.iso"]
|
||||
vb.customize ["storageattach", :id, "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "/tmp/vagrant/metal-arm64.iso"]
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue