YaST2 Developers Documentation: Configuration of TFTPSERVER



functions
files
intro

Configuration of TFTPSERVER

TftpServer_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

  • Progress
  • Progress
  • TftpServer

Includes

  • tftp-server/wizards.ycp

Info:

Parameters:
first a map of TFTPSERVER settings
Return value:
edited settings or an empty map if canceled
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallModule ("tftp-server_auto", [ mm ]);

YaST2 Developers Documentation