Storage
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
Functions which returns if the settings were modified
Return value
boolean - settings were modified
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
Import Fstab data
Function parameters
map settings
Return value
boolean - true on success
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void