159. OSRMode

Special OSR mode

159.1. Summary of Module Globals

List of Global Functions

  • IsValid - Get the execution-mode, description: Stage::initial () == true -> Initial boot per CD-Rom or NFS Stage::cont () == true -> Continue installation Stage::initial ()e == false) && (Stage::cont () == false) -> Running Linux-system

List of Global Variables

  • automatic - Automatic detection and repair, no user-interaction but GUI.

  • demo - No real error-detection or repair, only demonstration, GUI.

  • detection - Only detection, no repair, GUI.

  • provides - Prints the values provided by the detection-modules to the

  • script - No GUI, no user-interaction, input-values come from a map.

159.2. Global Functions

159.2.1. IsValid

Get the execution-mode, description: Stage::initial () == true -> Initial boot per CD-Rom or NFS Stage::cont () == true -> Continue installation Stage::initial ()e == false) && (Stage::cont () == false) -> Running Linux-system

Return value

  • boolean

159.3. Global Variables

159.3.1. automatic

Automatic detection and repair, no user-interaction but GUI.

159.3.2. demo

No real error-detection or repair, only demonstration, GUI.

159.3.3. detection

Only detection, no repair, GUI.

159.3.4. provides

Prints the values provided by the detection-modules to the

159.3.5. script

No GUI, no user-interaction, input-values come from a map.

159.4. Module Requirements

159.4.1. Module Imports

  • Mode
  • OSRLogFile
  • Report
  • Stage

159.4.2. Module Includes