Fix image

This commit is contained in:
Serge Logvinov
2021-08-21 16:14:06 +03:00
parent a8a1dc583d
commit aeadced9ef

View File

@@ -31,7 +31,7 @@ build {
provisioner "shell" { provisioner "shell" {
inline = [ inline = [
"apt-get install -y wget", "apt-get install -y wget",
"wget -O /tmp/openstack.tar.gz ${local.image}", "wget -O /tmp/talos.tar.gz ${local.image}",
"tar xOzf /tmp/talos.tar.gz | dd of=/dev/sda && sync", "tar xOzf /tmp/talos.tar.gz | dd of=/dev/sda && sync",
] ]
} }