List of Global Functions
CheckContentFile - Check whether content file in the specified source is the same as the one in the ramdisk
ComputeSystemPackageList - Build and return list of packages which depends on the the current target system and the preselected packages (architecture, X11....)
Init - Init() Initialize package module and package agent
InitializeAddOnProducts - Initialize add-on products provided by the installation source
InitializeCatalogs - Initialize the catalogs with popup feedback
Proposal - Make a proposal for package selection
Reset - Reset package selection, but keep objects of specified type
SelectProduct - Select the base product on the media for installation
SetBaseSelection - SetBaseSelection (string base name)
addAdditionalPackage - Add a package to list to be selected before proposal Can be called only before the installation proposal, later doesn't have any effect
List of Global Variables
Check whether content file in the specified source is the same as the one in the ramdisk
Function parameters
integer source
Return value
boolean - true if content files match
Build and return list of packages which depends on the the current target system and the preselected packages (architecture, X11....)
Return value
list<string> - packages
Init() Initialize package module and package agent
Function parameters
boolean forceInit
Return value
void - : 0 == ok, 1 == retry, -1 == error
Initialize add-on products provided by the installation source
Return value
void
Make a proposal for package selection
Function parameters
boolean force_reset
boolean reinit
boolean simple
Return value
map - Map for the API proposal
Reset package selection, but keep objects of specified type
Function parameters
list<symbol> keep
Return value
void
Select the base product on the media for installation
Return value
boolean - true on success
SetBaseSelection (string base name)
Function parameters
string basename
Return value
boolean