293. SystemProfile

293.1. Authors

    293.2. Summary of Module Globals

    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

    293.3. Global Functions

    293.3.1. AutoPackages

    Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

    Return value

    • map - with 2 lists.

    293.3.2. Export

    Dump the system-profile settings to a single map (For use by autoinstallation.)

    Return value

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

    293.3.3. Import

    Get all system-profile settings from the first parameter (For use by autoinstallation.)

    Function parameters

    • map settings

    Return value

    • boolean - True on success

    293.3.4. Modified

    Data was modified?

    Return value

    • boolean - true if modified

    293.3.5. Read

    Read all system-profile settings

    Return value

    • boolean - true on success

    293.3.6. SetModified

    Mark as modified, for Autoyast.

    Function parameters

    • boolean value

    Return value

    • void

    293.3.7. Write

    Write all system-profile settings

    Return value

    • boolean - true on success

    293.3.8. executeSmoltCmd

    Execute the smolt command to read or submit data

    Function parameters

    • symbol mode

    Return value

    • string

    293.4. Global Variables

    293.4.1. moduleTitle

    Module title to use - will be selected and set in the client

    293.5. Module Requirements

    293.5.1. Module Imports

    • Message
    • Progress
    • Report
    • Summary

    293.5.2. Module Includes