YaST2 Developers Documentation: Configuration of XXpkgXX



functions
files
intro

Configuration of XXpkgXX

clients/autoinst_files.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

  • AutoinstFile
  • Label
  • Popup
  • Wizard

Local Functions

Info:

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

local AddEditFile (string fileName, string source, string permissions, string owner) -> void

Add or edit a file

Parameters:
fileName
source
permissions
owner

local deleteFile (string fileName) -> list<map>

delete a file from a list

Parameters:
fileName
Return value:
modified list of files

local addFileDialog (symbol mode, string name) -> symbol

Dialog for adding a file

Parameters:
mode
name

local dialog_contents () -> term

Summary of configuration


YaST2 Developers Documentation