pyanaconda.modules.storage.disk_initialization.initialization_interface

Classes

DiskInitializationInterface

DBus interface for the disk initialization module.

Module Contents

class pyanaconda.modules.storage.disk_initialization.initialization_interface.DiskInitializationInterface[source]

Bases: pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate

DBus interface for the disk initialization module.

connect_signals()[source]

Connect the signals.

property InitializationMode: Int[source]

The initialization mode.

Return type:

Int

property DevicesToClear: List[Str][source]

The list of devices to clear.

Return type:

List[Str]

property DrivesToClear: List[Str][source]

The list of drives to clear.

Return type:

List[Str]

property DefaultDiskLabel: Str[source]

The default disk label.

Return type:

Str

property FormatUnrecognizedEnabled: Bool[source]

Can be disks whose formatting is unrecognized initialized?

Return type:

Bool

property InitializeLabelsEnabled: Bool[source]

Can be the disk label initialized to the default for your architecture?

Return type:

Bool

property FormatLDLEnabled: Bool[source]

Can be LDL DASDs formatted to CDL format?

Return type:

Bool