
functions
files
intro
|
|
Configuration of XXpkgXX |
clients/autoinst_files.ycp |
Client for autoinstallation |
|
|
This is a client for autoinstallation. It takes its arguments,
goes through the configuration and return the setting.
Does not do any changes to the configuration.
Imports
- AutoinstFile
- Label
- Popup
- Wizard
Local Functions
|
|
|
- Parameters:
function |
to execute |
list |
of file settings |
- Return value:
|
edited settings, Summary or boolean on success depending on called function |
- Example:
-
map mm = $[ "FAIL_DELAY" : "77" ];
map ret = WFM::CallFunction ("autoinst_files", [ "Summary", mm ]); |
local AddEditFile (string fileName, string source, string permissions, string owner) -> void
|
|
Add or edit a file
- Parameters:
fileName |
|
source |
|
permissions |
|
owner |
|
local deleteFile (string fileName) -> list<map>
|
|
delete a file from a list
- Parameters:
- Return value:
local addFileDialog (symbol mode, string name) -> symbol
|
|
Dialog for adding a file
- Parameters:
local dialog_contents () -> term
|
|
Summary of configuration
|