Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ajanis/packer-maas into main
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 10, 2024
2 parents eb9dc87 + 4979916 commit 3869e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cableos/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ build {

// Provisioners for installation and file extraction
provisioner "file" {
source = "/buildfiles/APOLLO_PLATFORM-release-3.21.3.0-7+auto15.iso",
source = "/buildfiles/APOLLO_PLATFORM-release-3.21.3.0-7+auto15.iso"
destination = "/opt/APOLLO_PLATFORM-release-3.21.3.0-7+auto15.iso"
}

provisioner "file" {
source = "/buildfiles/startup.sh"
destination = "/etc/init.d/startup.sh",
destination = "/etc/init.d/startup.sh"

}
provisioner "shell" {
Expand Down

0 comments on commit 3869e15

Please sign in to comment.