23. AutoinstStorage

Storage

23.1. Summary of Module Globals

List of Global Functions

  • Export - Dump the settings to a map, for autoinstallation use.

  • GetModified - Functions which returns if the settings were modified

  • Import - Get all the configuration from a map. When called by inst_auto<module name> (preparing autoinstallation data) the list may be empty.

  • ImportAdvanced - Import Fstab data

  • Overview - Partitioning Overview

  • SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"

  • Summary - return Summary of configuration

  • Write - Create partition plan

  • mountBy - if mountby is used, we will search for the matching partition here.

List of Global Variables

    23.2. Global Functions

    23.2.1. Export

    Dump the settings to a map, for autoinstallation use.

    Return value

    • list<map>

    23.2.2. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    23.2.3. Import

    Get all the configuration from a map. When called by inst_auto<module name> (preparing autoinstallation data) the list may be empty.

    Function parameters

    • list<map> settings

    Return value

    • boolean - success

    23.2.4. ImportAdvanced

    Import Fstab data

    Function parameters

    • map settings

    Return value

    • boolean - true on success

    23.2.5. Overview

    Partitioning Overview

    Return value

    • list - Overview

    23.2.6. SetModified

    Function sets internal variable, which indicates, that any settings were modified, to "true"

    Return value

    • void

    23.2.7. Summary

    return Summary of configuration

    Return value

    • string - configuration summary dialog

    23.2.8. Write

    Create partition plan

    Return value

    • boolean

    23.2.9. mountBy

    if mountby is used, we will search for the matching partition here.

    Function parameters

    • list<map> settings

    Return value

    • list<map>

    23.3. Global Variables

    23.4. Module Requirements

    23.4.1. Module Imports

    • AutoinstData
    • FileSystems
    • Partitions
    • Partitions
    • Popup
    • Report
    • RootPart
    • Storage
    • Storage
    • Summary

    23.4.2. Module Includes

    • autoinstall/autoinst_dialogs.ycp
    • autoinstall/autopart.ycp
    • partitioning/partition_defines.ycp