pyanaconda.modules.payloads.source.live_os.live_os_interface

Classes

LiveOSSourceInterface

Interface for the payload Live OS image source.

Module Contents

class pyanaconda.modules.payloads.source.live_os.live_os_interface.LiveOSSourceInterface[source]

Bases: pyanaconda.modules.payloads.source.source_base_interface.PayloadSourceBaseInterface

Interface for the payload Live OS image source.

connect_signals()[source]

Connect the signals.

property ImagePath: Str[source]

Get the path to the Live OS base image.

This image will be used as the installation.

Return type:

Str

DetectImageWithTask()[source]

Detect a Live OS image with a task.

Detect an image and set the image path of the source.

Returns:

an path to the DBus task

Return type:

ObjPath