18. AutoinstSoftware

Software

18.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    18.2. Global Functions

    18.2.1. AddModulePackages

    Add packages needed by modules, i.e. NIS, NFS etc.

    Function parameters

    • list<string> module_packages

    Return value

    • void

    18.2.2. AutoinstSoftware

    Constructer

    Return value

    • void

    18.2.3. Export

    Export data

    Return value

    • map - dumped settings (later acceptable by Import())

    18.2.4. GetModified

    Functions which returns if the settings were modified

    Return value

    • boolean - settings were modified

    18.2.5. Import

    Import data

    Function parameters

    • map settings

    Return value

    • boolean - true on success

    18.2.6. RemoveModulePackages

    Remove packages not needed by modules, i.e. NIS, NFS etc.

    Function parameters

    • list<string> module_packages

    Return value

    • void

    18.2.7. SetModified

    Function sets internal variable, which indicates, that any settings were modified, to "true"

    Return value

    • void

    18.2.8. Summary

    Summary

    Return value

    • string - Html formatted configuration summary

    18.2.9. Write

    Configure software settings

    Return value

    • boolean

    18.2.10. addPostPackages

    Add post packages

    Function parameters

    • list<string> calcpost

    Return value

    • void

    18.2.11. autoinstPackages

    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

    18.2.12. pmInit

    Initialize temporary target

    Return value

    • void

    18.3. Global Variables

    18.4. Module Requirements

    18.4.1. Module Imports

    • AutoinstConfig
    • AutoinstImage
    • Kernel
    • Mode
    • PackageAI
    • Packages
    • Popup
    • ProductControl
    • Profile
    • Report
    • SpaceCalculation
    • Stage
    • Storage
    • Summary

    18.4.2. Module Includes