186. OSRMode

Special OSR mode

186.1. Authors

  • Johannes Buchhold <jbuch@suse.de>

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

186.3. Global Functions

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

186.4. Global Variables

186.4.1. automatic

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

186.4.2. demo

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

186.4.3. detection

Only detection, no repair, GUI.

186.4.4. provides

Prints the values provided by the detection-modules to the

186.4.5. script

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

186.5. Module Requirements

186.5.1. Module Imports

  • Mode
  • OSRLogFile
  • Report
  • Stage

186.5.2. Module Includes