172. OSRMode

Special OSR mode

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

172.2. Global Functions

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

172.3. Global Variables

172.3.1. automatic

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

172.3.2. demo

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

172.3.3. detection

Only detection, no repair, GUI.

172.3.4. provides

Prints the values provided by the detection-modules to the

172.3.5. script

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

172.4. Module Requirements

172.4.1. Module Imports

  • Mode
  • OSRLogFile
  • Report
  • Stage

172.4.2. Module Includes