tianon / docker-qemu

Dockerization of supported QEMU releases
https://qemu.org
133 stars 34 forks source link

Multiple disc paths #34

Open Motophan opened 2 years ago

Motophan commented 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?

tianon commented 2 years ago

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