pyanaconda.modules.payloads.source.harddrive.harddrive_interface ================================================================ .. py:module:: pyanaconda.modules.payloads.source.harddrive.harddrive_interface Classes ------- .. autoapisummary:: pyanaconda.modules.payloads.source.harddrive.harddrive_interface.HardDriveSourceInterface Module Contents --------------- .. py:class:: HardDriveSourceInterface Bases: :py:obj:`pyanaconda.modules.payloads.source.source_base_interface.RepositorySourceInterface` Interface for the payload hard drive image source. .. py:method:: GetDevice() Get a device that contains the installation source. :return str: a resolved device name .. py:method:: GetISOFile() Get a path to the ISO image from the device root. Returns an empty string if the source is pointing to an installation tree instead of an ISO image. :return str: an absolute path