Skip to content

Commit

Permalink
comment disks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed May 11, 2024
1 parent 556f639 commit 8d624cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cableos/cableos-installer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ source "qemu" "cableos-installer" {
qemuargs = [
["-machine", "${lookup(local.qemu_machine, var.architecture, "")}"],
["-cpu", "${lookup(local.qemu_cpu, var.architecture, "")}"],
["-device", "virtio-gpu-pci"],
["-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"]
["-device", "virtio-gpu-pci"]
# ["-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=seeds-cableos-installer.iso,format=raw"]
]
Expand Down

0 comments on commit 8d624cc

Please sign in to comment.