Skip to content

Commit

Permalink
remove cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 11, 2024
1 parent bd9fc3f commit 6b7b7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cableos/cableos-installer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ source "qemu" "cableos-installer" {
# ["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/${lookup(local.uefi_imp, var.architecture, "")}/${lookup(local.uefi_imp, var.architecture, "")}_CODE.fd"],
# ["-drive", "if=pflash,format=raw,id=ovmf_vars,file=${lookup(local.uefi_imp, var.architecture, "")}_VARS.fd"]
# ["-drive", "file=output-cableos-installer/packer-cableos-installer-img,format=qcow2"]
["-drive", "file=${path.root}/buildfiles/${apollo_iso},if=none,id=cdrom0,media=cdrom"]
# ["-drive", "file=${path.root}/buildfiles/${apollo_iso},if=none,id=cdrom0,media=cdrom"]
]
shutdown_command = "sudo -S shutdown -P now"
ssh_handshake_attempts = 50
ssh_password = var.ssh_password
ssh_timeout = "60m"
ssh_username = var.ssh_username
ssh_wait_timeout = "60m"
# use_backing_file = true
use_backing_file = true
}


Expand Down

0 comments on commit 6b7b7bd

Please sign in to comment.