Software
List of Global Functions
AddModulePackages - Add packages needed by modules, i.e. NIS, NFS etc.
AutoinstSoftware - Constructer
Export - Export data
GetModified - Functions which returns if the settings were modified
Import - Import data
RemoveModulePackages - Remove packages not needed by modules, i.e. NIS, NFS etc.
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
Summary - Summary
Write - Configure software settings
addPostPackages - Add post packages
autoinstPackages - Compute list of packages selected by user and other packages needed for important configuration modules.
pmInit - Initialize temporary target
List of Global Variables
Add packages needed by modules, i.e. NIS, NFS etc.
Function parameters
list<string> module_packages
Return value
void
Functions which returns if the settings were modified
Return value
boolean - settings were modified
Remove packages not needed by modules, i.e. NIS, NFS etc.
Function parameters
list<string> module_packages
Return value
void
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void
Compute list of packages selected by user and other packages needed for important configuration modules.
Return value
list<string> - of strings list of packages needed for autoinstallation