YaST2 Developers Documentation: Configuration of controller

Configuration of controller

clients/controller_auto.ycp
Client for autoinstallation
  • Jiri Srain

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

  • DASDController
  • Progress
  • Progress

Includes

  • s390/dasd/wizards.ycp

Info:

Parameters:
function to execute
map /list of controller settings
Return value:
edited settings, Summary or boolean on success depending on called function
Example
 map mm = $[ "FAIL_DELAY" : "77" ];
 map ret = WFM::CallFunction ("controller_auto", [ "Summary", mm ]);