167. OSRMode

Special OSR mode

167.1. Authors

  • Johannes Buchhold <jbuch@suse.de>

167.2. 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) &amp;&amp; (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.

167.3. Global Functions

167.3.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) &amp;&amp; (Stage::cont () == false) -> Running Linux-system

Return value

  • boolean

167.4. Global Variables

167.4.1. automatic

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

167.4.2. demo

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

167.4.3. detection

Only detection, no repair, GUI.

167.4.4. provides

Prints the values provided by the detection-modules to the

167.4.5. script

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

167.5. Module Requirements

167.5.1. Module Imports

  • Mode
  • OSRLogFile
  • Report
  • Stage

167.5.2. Module Includes