List of Global Functions
CheckContentFile - Check whether content file in the specified source is the same as the one in the ramdisk
CheckDiskSize - Check if selected software fits on the partitions
ComputeSystemPackageList - Build and return list of packages which depends on the the current target system and the preselected packages (architecture, X11....)
CountSizeToBeInstalled - Count the total size of packages to be installed
InfoAboutSubOptimalDistribution - Return information about suboptimal distribution if relevant
Initialize - Initialize the installation sources
InitializeAddOnProducts - Initialize add-on products provided by the installation source
InitializeCatalogs - Initialize the catalogs with popup feedback Use Packages::Initialize (true) instead
ListSelected - List selected resolvables of specified kind
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
Summary - Print the installatino proposal summary
SummaryOutput - Return the summary output lines
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
Check if selected software fits on the partitions
Function parameters
boolean init
Return value
boolean - true if selected software fits, false otherwise
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
Count the total size of packages to be installed
Return value
string - formatted size of packages to be installed
Return information about suboptimal distribution if relevant
Return value
string - the information string or empty string
Initialize the installation sources
Function parameters
boolean show_popup
Return value
void
Initialize add-on products provided by the installation source
Return value
void
Initialize the catalogs with popup feedback Use Packages::Initialize (true) instead
Return value
void
List selected resolvables of specified kind
Function parameters
symbol what
string format
Return value
list<string> - a list of selected resolvables
Make a proposal for package selection
Function parameters
boolean force_reset
boolean reinit
boolean simple
Return value
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
Print the installatino proposal summary
Function parameters
list<symbol> flags
boolean use_cache
Return value
map
Return the summary output lines
Function parameters
list<symbol> flags
Return value
list<string> - a list of the output lines