Skip to content

Commit

Permalink
xvm: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-long committed May 19, 2024
1 parent 868a060 commit 0210a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/xvm/build_vm_stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ qemu-system-${qemuArch} \
-smp 4 \
-machine type=virt$accelFlag \
-cpu $cpuType \
-drive if=pflash,format=raw,id=ovmf_code,readonly=on,file=./input/firmware/firmware_code.fd \
-drive if=pflash,format=raw,id=ovmf_code,readonly=on,file=./output/firmware_code.fd \
-drive if=pflash,format=raw,id=ovmf_vars,file=./output/firmware_vars.fd \
-drive file=output/xvm.qcow2,format=qcow2 \
-device virtio-gpu-pci \
Expand Down

0 comments on commit 0210a85

Please sign in to comment.