diff --git a/packer/build.pkr.hcl b/packer/build.pkr.hcl index 9bff61f..815736b 100644 --- a/packer/build.pkr.hcl +++ b/packer/build.pkr.hcl @@ -5,8 +5,8 @@ build { provisioner "file" { direction = "upload" - source = "./rootfs/" - destination = "/" + source = "./rootfs" + destination = "/tmp" } provisioner "shell" { @@ -17,14 +17,11 @@ build { inline_shebang = "/bin/sh -eux" inline = [ <