Skip to content

Commit

Permalink
latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 7, 2024
1 parent 7a584a8 commit 499b32b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cableos/deps.pkr.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
}
source "null" "dependencies" {
communicator = "none"
}
build {
name = "cableos.deps"
sources = ["source.null.dependencies"]

provisioner "shell-local" {
inline = [
"cp ${var.source_iso_directory}/${var.debirf_live_bullseye_amd64_iso} ${var.image_path}/"
# "sudo mount -o loop ${var.image_path}/${var.debirf_live_bullseye_amd64_iso} ${var.debirf_tmp_path}"
"cp ${var.debirf_tmp_path}/${var.debirf_initrd_filename} ${var.image_path}/"
# "cp ${var.source_iso_directory}/${var.apollo_iso} ${var.http_path}/"
# "sudo umount -lf ${var.debirf_tmp_path}"
]
inline_shebang = "/bin/bash -e"
}
}

0 comments on commit 499b32b

Please sign in to comment.