
functions
files
intro
|
|
Configuration of online_update |
clients/online_update_auto.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
- AutoOnlineUpdate
- Mode
- Progress
- Progress
- Wizard
Includes
- online_update_dialogs.ycp
|
|
|
- Parameters:
function |
to execute
@param map/list of online_update settings |
- Return value:
|
edited settings, Summary or boolean on success depending on called function |
- Example:
-
map mm = $[ "FAIL_DELAY" : "77" ];
map ret = WFM::CallFunction ("online_update_auto", [ "Summary", mm ]); |
|