List of Global Functions
AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Export - Dump the system-profile settings to a single map (For use by autoinstallation.)
Import - Get all system-profile settings from the first parameter (For use by autoinstallation.)
Modified - Data was modified?
Read - Read all system-profile settings
SetModified - Mark as modified, for Autoyast.
Write - Write all system-profile settings
executeSmoltCmd - Execute the smolt command to read or submit data
List of Global Variables
moduleTitle - Module title to use - will be selected and set in the client
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Return value
map - with 2 lists.
Dump the system-profile settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Get all system-profile settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Mark as modified, for Autoyast.
Function parameters
boolean value
Return value
void