Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support
extra-disks
when using iso
When using `iso` and `extra-disks` we're getting errors like below for any nodes than the first node. ```text qemu-system-aarch64: -cdrom _out/metal-arm64-secureboot.iso: drive with bus=0, unit=2 (index=2) exists ``` Fix by explicitly specifying the the media is cdrom, so qemu doesn't index. Signed-off-by: Noel Georgi <git@frezbo.dev>
- Loading branch information