Configuration of XXpkgXX |
clients/autoinst_files.ycp |
Client for autoinstallation | |
|
|
This module has an unstable interface. |
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
Local Functions |
Info:
- 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, string location)
->
void
Add or edit a file
- Parameters:
-
fileName source permissions owner location
local
deleteFile (string fileName)
->
list<map>
delete a file from a list
- Parameters:
-
fileName
- Return value:
-
modified list of files
local
addFileDialog (symbol mode, string name)
->
symbol
Dialog for adding a file
- Parameters:
-
mode name
local
dialog_contents ()
->
term
Summary of configuration