19. AutoinstStorage

Storage

19.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

    19.2. Global Functions

    19.2.1. Export

    Dump the settings to a map, for autoinstallation use.

    Return value

    • list<map>

    19.2.2. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    19.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

    19.2.4. ImportAdvanced

    Import Fstab data

    Function parameters

    • map settings

    Return value

    • boolean - true on success

    19.2.5. Overview

    Partitioning Overview

    Return value

    • list - Overview

    19.2.6. SetModified

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

    Return value

    • void

    19.2.7. Summary

    return Summary of configuration

    Return value

    • string - configuration summary dialog

    19.2.8. Write

    Create partition plan

    Return value

    • boolean

    19.2.9. mountBy

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

    Function parameters

    • list<map> settings

    Return value

    • list<map>

    19.3. Global Variables

    19.4. Module Requirements

    19.4.1. Module Imports

    • FileSystems
    • Partitions
    • Partitions
    • Popup
    • RootPart
    • Storage
    • Storage
    • Summary

    19.4.2. Module Includes

    • autoinstall/autoinst_dialogs.ycp
    • autoinstall/autopart.ycp