From 292a0d036b685c6d5d1346cd972638641a16f6ba Mon Sep 17 00:00:00 2001 From: vandomej Date: Wed, 1 Oct 2025 15:14:09 -0700 Subject: [PATCH] Fixing filename --- control-plane/vagrant/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-plane/vagrant/Vagrantfile b/control-plane/vagrant/Vagrantfile index 6862e71..06e491b 100644 --- a/control-plane/vagrant/Vagrantfile +++ b/control-plane/vagrant/Vagrantfile @@ -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 \ No newline at end of file