22. AutoinstPartPlan

Module representing a partitioning plan

22.1. Authors

  • Sven Schober (sschober@suse.de)

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

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

  • Summary - Return summary of configuration

  • updateTree - Create tree structure from AutoPartPlan

List of Global Variables

    22.3. Global Functions

    22.3.1. Export

    Dump the settings to a map, for autoinstallation use.

    Return value

    • list<map>

    22.3.2. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

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

    22.3.4. SetModified

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

    Return value

    • void

    22.3.5. Summary

    Return summary of configuration

    Return value

    • string - configuration summary dialog

    22.3.6. updateTree

    Create tree structure from AutoPartPlan

    Return value

    • void

    22.4. Global Variables

    22.5. Module Requirements

    22.5.1. Module Imports

    • AutoinstCommon
    • AutoinstDrive
    • AutoinstPartition
    • Mode
    • Partitions
    • Popup
    • Storage
    • StorageDevices
    • Summary

    22.5.2. Module Includes

    • autoinstall/common.ycp
    • autoinstall/tree.ycp
    • autoinstall/types.ycp