GNOME Bugzilla – Bug 673845
CDROM media not getting presented as source
Last modified: 2016-03-31 13:54:16 UTC
Seems we don't present (HW) CDROM media at the source page. Opening this bug so we don't forget..
Sometime it works, apparently when the device was mounted (f17). However, installation fails, as qemu can't read the cdrom (probably because it is mounted)
(In reply to comment #1) > Sometime it works, apparently when the device was mounted (f17). For me it just didn't work, the device gets automatically mounted of course. > However, installation fails, as qemu can't read the cdrom (probably because it > is mounted) Nope, you need to be member of 'disk' group to be able to have raw access to the device last I checked. Me and Daniel had some long discussion with Kai and davidz about this and conclusion so far is that we create a setuid root utility that feeds an FD to qemu (probably as part of libvirt).
Turns out to be a regression (more like one patch in a series, forgotten) in libosinfo. Fixed in git master already..