YaST2 Developers Documentation: Package selections for Auto-installation



functions
files
intro

Package selections for Auto-installation

AIPackages.ycp
Handle Package selections and packages

Imports

  • AIConfig
  • AIServer
  • Packages
  • Summary

Functions

global AIPackages () -> void

Constructor

global GetSelections () -> boolean

global getSelDescr (string sel) -> string

Parameters:
sel

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_packages (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