File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ resource "null_resource" "copy_image" {
104
104
}
105
105
106
106
provisioner "file" {
107
- source = " ${ path . root } /output/metal-amd64.raw.xz "
108
- destination = " /root/talos/talos.raw.xz "
107
+ source = " ${ path . root } /output/metal-amd64.raw.zst "
108
+ destination = " /root/talos/talos.raw.zst "
109
109
connection {
110
110
type = " ssh"
111
111
host = var. PROXMOX_IP
Original file line number Diff line number Diff line change 1
1
BOOTDISK=scsi0
2
2
qm destroy 8000 || true
3
- xz -v -d talos/talos.raw.xz
3
+ zstd --decompress talos/talos.raw.zst -o talos/talos.raw
4
4
sleep 3
5
5
qm create 8000 --memory 2048 --net0 virtio,bridge=vmbr0 --agent 1 --cores 2 --sockets 1 --cpu cputype=x86-64-v2
6
6
qm importdisk 8000 talos/talos.raw local-lvm
You can’t perform that action at this time.
0 commit comments