Agama Installer
    Preparing search index...

    Class for managing storage devices.

    Index

    Constructors

    • Parameters

      • system: StorageDevice[]

        Devices representing the current state of the system.

      • staging: StorageDevice[]

        Devices representing the target state of the system.

      • actions: Action[]

        Actions to perform from system to staging.

      Returns DevicesManager

    Methods

    • Disk devices and LVM volume groups used for the installation.

      Parameters

      • knownNames: string[] = []

        names of devices already known to be used, even if there are no actions on them

      Returns StorageDevice[]

      The used devices are extracted from the actions, but the optional argument can be used to expand the list if some devices must be included despite not being affected by the actions.