pyanaconda.modules.payloads.source.cdrom.cdrom_interface ======================================================== .. py:module:: pyanaconda.modules.payloads.source.cdrom.cdrom_interface Classes ------- .. autoapisummary:: pyanaconda.modules.payloads.source.cdrom.cdrom_interface.CdromSourceInterface Module Contents --------------- .. py:class:: CdromSourceInterface Bases: :py:obj:`pyanaconda.modules.payloads.source.source_base_interface.PayloadSourceBaseInterface` Interface for the payload CD-ROM image source. This source will try to automatically detect installation source. First it tries to look only stage2 device used to boot the environment then it will use first valid iso9660 media with a valid structure. .. py:method:: connect_signals() Connect the signals. .. py:property:: DeviceID :type: Str Get device ID of the cdrom found.