pyanaconda.modules.storage.partitioning.manual.manual_interface

Classes

ManualPartitioningInterface

DBus interface for the manual partitioning module.

Module Contents

class pyanaconda.modules.storage.partitioning.manual.manual_interface.ManualPartitioningInterface[source]

Bases: pyanaconda.modules.storage.partitioning.base_interface.PartitioningInterface

DBus interface for the manual partitioning module.

connect_signals()[source]

Connect the signals.

property Requests: List[Structure][source]

List of mount point requests.

Return type:

List[Structure]

GatherRequests()[source]

Gather all mount point requests.

Return mount point requests for all usable devices. If there is a defined request for the given device, we will use it. Otherwise, we will generate a new request.

Returns:

a list of requests

Return type:

List[Structure]