Custom scripts
List of Global Functions
AddEditScript - Add or edit a script
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 autoinst_<module name> (preparing autoinstallation data) the map may be empty.
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
Summary - Return Summary
Write - Execute pre scripts
deleteScript - delete a script from a list
typeString - return type of script as formatted string
List of Global Variables
Add or edit a script
Function parameters
string scriptName
string source
string interpreter
string type
boolean chrooted
boolean debug
boolean feedback
boolean network
Return value
void
Functions which returns if the settings were modified
Return value
boolean - settings were modified
Get all the configuration from a map. When called by autoinst_<module name> (preparing autoinstallation data) the map may be empty.
Function parameters
map s
Return value
boolean - success
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void
Execute pre scripts
Function parameters
string type
boolean special
Return value
boolean - true on success
delete a script from a list
Function parameters
string scriptName
Return value
void