YaST2 Developers Documentation: Configuration of Runlevel



functions
files
intro

Configuration of Runlevel

clients/runlevel_auto.ycp
Client for autoinstallation
  • nashif@suse.de
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

  • Progress
  • Progress
  • RunlevelEd
  • Sequencer
  • Wizard

Includes

  • runlevel/ui.ycp

Info:

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

YaST2 Developers Documentation