Open Motophan opened 2 years ago
combinding the virtiso driver disk from fedorapeople and the windows disk is a nontrivial task. Is there any way this could be updated to have QEMU_CDROM_BOOT and QEMU_CDROM_EXTRA added as environmental vars so they both get mounted?
QEMU_CDROM_BOOT
QEMU_CDROM_EXTRA
The way I handle this is by adding -fda virtio.vfd to my start-qemu arguments (and use the floppy disk image from Fedora).
-fda virtio.vfd
start-qemu
combinding the virtiso driver disk from fedorapeople and the windows disk is a nontrivial task. Is there any way this could be updated to have
QEMU_CDROM_BOOT
andQEMU_CDROM_EXTRA
added as environmental vars so they both get mounted?