YaST2 Developers Documentation: General Options for Auto-installations



functions
files
intro

General Options for Auto-installations

AIGeneal.ycp
Handle Bootloader options

Imports

  • Summary

Functions

global Set (map settings) -> void

Set module data

Parameters:
settings

global Export () -> map

Dump the settings to a map, for autoinstallation use.

global Import (map settings) -> boolean

Get all the configuration from a map. When called by autoinst_ (preparing autoinstallation data) the map may be empty.

Parameters:
settings $[...]
Return value:
success

global Summary () -> string

Return value:
Html formatted configuration summary

YaST2 Developers Documentation