forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 0
CartesianConfigReference KVM cdroms
Lucas Meneghel Rodrigues edited this page Sep 25, 2012
·
1 revision
Sets the list of cdrom devices that a VM will have.
Usually a VM will start with a single cdrom, named 'cd1'.
cdroms = cd1
But a VM can have other cdroms such as 'unattended' for unattended installs:
variants: - @Linux: unattended_install: cdroms += " unattended"
And 'winutils' for Microsoft Windows VMs:
variants: - @Windows: unattended_install.cdrom, whql.support_vm_install: cdroms += " winutils"
- client/tests/kvm/base.cfg.sample
- client/tests/kvm/guest-os.cfg.sample
- client/tests/kvm/subtests.cfg.sample
- client/tests/kvm/virtio-win.cfg.sample
No other documentation currently references this configuration key.