All public logs
From AcrodusWiki
Combined display of all available logs of AcrodusWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:11, 29 November 2024 Alex talk contribs created page Configure KVM guest to have .iso mounted as a cdrom (Created page with "This was a pain in the arse. So ensure that the xml file for the host includes the following. <pre> <disk type=’file’ device=’cdrom’> <driver name=’qemu’ type=’raw' cache=’none’/> <source file=’/var/lib/libvirt/images/my-cdrom.iso’/> <target dev=’sda’ bus=’sata’/> <readonly/> <address type=’drive’ controller=’0' bus=’0' target=’0' unit=’0'/> </disk> </pre> and then run the command from the host to mount <pre> sudo virsh attac...")