276. Taotie

276.1. Summary of Module Globals

List of Global Functions

  • Abort - Abort function

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

  • Export - Dump the taotie settings to a single map (For use by autoinstallation.)

  • Import - Get all taotie settings from the first parameter (For use by autoinstallation.)

  • Modified - Prototypes

  • Modified - Data was modified?

  • Overview - Create an overview table with all configured cards

  • Summary - Create a textual summary and a list of unconfigured cards

List of Global Variables

  • modified - Data was modified?

  • proposal_valid -

  • write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

276.2. Global Functions

276.2.1. Abort

Abort function

Return value

  • boolean - return true if abort

276.2.2. 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.

276.2.3. Export

Dump the taotie settings to a single map (For use by autoinstallation.)

Return value

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

276.2.4. Import

Get all taotie settings from the first parameter (For use by autoinstallation.)

Function parameters

  • map settings

Return value

  • boolean - True on success

276.2.5. Modified

Prototypes

Return value

  • boolean

276.2.6. Modified

Data was modified?

Return value

  • boolean - true if modified

276.2.7. Overview

Create an overview table with all configured cards

Return value

  • list - table items

276.2.8. Summary

Create a textual summary and a list of unconfigured cards

Return value

  • list - summary of the current configuration

276.3. Global Variables

276.3.1. modified

Data was modified?

276.3.2. proposal_valid

276.3.3. write_only

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

276.4. Module Requirements

276.4.1. Module Imports

  • Message
  • Progress
  • Report
  • Summary

276.4.2. Module Includes