27. AutoinstStorage

Storage

27.1. Authors

  • Anas Nashif <nashif@suse.de>

27.2. Summary of Module Globals

List of Global Functions

  • 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

    27.3. Global Functions

    27.3.1. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

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

    27.3.3. ImportAdvanced

    Import Fstab data

    Function parameters

    • map settings

    Return value

    • boolean - true on success

    27.3.4. Overview

    Partitioning Overview

    Return value

    • list - Overview

    27.3.5. SetModified

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

    Return value

    • void

    27.3.6. Summary

    return Summary of configuration

    Return value

    • string - configuration summary dialog

    27.3.7. Write

    Create partition plan

    Return value

    • boolean

    27.3.8. mountBy

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

    Function parameters

    • list<map> settings

    Return value

    • list<map>

    27.4. Global Variables

    27.5. Module Requirements

    27.5.1. Module Imports

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

    27.5.2. Module Includes

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