
functions
files
intro
|
|
Auto-Installation |
modules/AutoinstScripts.ycp |
Custom scripts |
|
|
Imports
- AutoinstConfig
- Installation
- Label
- Mode
- Service
- Summary
- URL
Includes
Global Functions
Local Functions
|
|
|
local mergeScripts () -> list<map>
|
|
merge all types of scripts into one single list
@param -
- Return value:
local AutoinstScripts () -> void
|
|
Constructor
global Export () -> map<string, list>
|
|
Dump the settings to a map, for autoinstallation use.
global Import (map s) -> boolean
|
|
Get all the configuration from a map.
When called by autoinst_ (preparing autoinstallation data)
the map may be empty.
- Parameters:
- Return value:
global Summary () -> string
|
|
Return Summary
- Return value:
global deleteScript (string scriptName) -> void
|
|
delete a script from a list
- Parameters:
global AddEditScript (string scriptName, string source, string interpreter, string type) -> void
|
|
Add or edit a script
- Parameters:
scriptName |
script name |
source |
source of script |
interpreter |
interpreter to be used with script |
type |
type of script |
global typeString (string type) -> string
|
|
return type of script as formatted string
- Parameters:
- Return value:
|
type as translated string |
global Write (string type, boolean special) -> boolean
|
|
Execute pre scripts
- Parameters:
- Return value:
|