From b3c038e3aef0e4e5c4217a27cea73ef046d35547 Mon Sep 17 00:00:00 2001 From: vandomej Date: Tue, 30 Sep 2025 18:18:45 -0700 Subject: [PATCH] Fixing kernal path --- control-plane/vm-setup/create-control-plane-vms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/vm-setup/create-control-plane-vms.sh b/control-plane/vm-setup/create-control-plane-vms.sh index 5d61db8..cd38d8e 100755 --- a/control-plane/vm-setup/create-control-plane-vms.sh +++ b/control-plane/vm-setup/create-control-plane-vms.sh @@ -40,7 +40,7 @@ create_vm_dir() { # Download Talos kernel and initramfs download_kernal_file() { - local initramfs_path="$VM_DIR/initramfs-arm64.xz" + local kernel_path="$VM_DIR/vmlinuz-arm64" if [[ ! -f "$kernel_path" ]]; then curl -L -o "$kernel_path" "$KERNEL_URL"