YaST2 Developers Documentation: Configuration of lilo



functions
files
intro

Configuration of lilo

lilo_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

  • Lilo

Parameters:
first a map of x settings
Return value:
success of operation
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallModule ("x_auto", [ mm ]);

YaST2 Developers Documentation