Add CD-ROM documentation

pull/61/head
Martin Wimpress 3 years ago
parent 418c633546
commit eb043130de
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 9
      README.md

@ -164,7 +164,6 @@ disk_img="macos-big-sur/disk.qcow2"
* The `guest_os="macos"` line instructs Quickemu to optimise for macOS. * The `guest_os="macos"` line instructs Quickemu to optimise for macOS.
* If you want to disable VirtIO Block Media and use SATA emulation add `virtio_blk="off"` to your configuration. * If you want to disable VirtIO Block Media and use SATA emulation add `virtio_blk="off"` to your configuration.
* `quickget` disables VirtIO Block Media for High Sierra and Mojave by default since it is not supported on those releases. * `quickget` disables VirtIO Block Media for High Sierra and Mojave by default since it is not supported on those releases.
* If you want to expose an ISO image from the host to guest add `fixed_iso=/path/to/image.iso` to the configuration.
### macOS compatibility ### macOS compatibility
@ -234,7 +233,6 @@ fixed_iso="windows-10/virtio-win.iso"
* The `guest_os="windows"` line instructs `quickemu` to optimise for Windows. * The `guest_os="windows"` line instructs `quickemu` to optimise for Windows.
* The `fixed_iso=` line specifies the ISO image that provides VirtIO drivers. * The `fixed_iso=` line specifies the ISO image that provides VirtIO drivers.
* Or can also be used to expose any ISO image from the host to the guest
# SPICE # SPICE
@ -285,6 +283,13 @@ disk image by adding a line like this to your VM configuration.
* `preallocation="metadata"` * `preallocation="metadata"`
## CD-ROM disks
If you want to expose an ISO image from the host to guest add the following line
to the VM configuration:
* `fixed_iso="/path/to/image.iso"`
## Floppy disks ## Floppy disks
If you're like [Alan Pope](https://popey.com) you'll probably want to mount a If you're like [Alan Pope](https://popey.com) you'll probably want to mount a

Loading…
Cancel
Save