tianon/docker-qemu

Multiple disc paths

Motophan opened this issue · 1 comments

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?

The way I handle this is by adding -fda virtio.vfd to my start-qemu arguments (and use the floppy disk image from Fedora).