101. Installation

provide installation related information

101.1. Summary of Module Globals

List of Global Functions

  • boot - how we were booted (the type of the installation medium) /etc/install.inf: InstMode

  • no_x11 - somehow, no X11 was started no x11 or not enough memory for qt

  • text_fallback - no resources/packages for X11

  • x11_setup_needed - run X11 configuration after inital boot this is false in case of: installation via serial console installation via ssh installation via vnc

List of Global Variables

  • image_installation - Installation is performed form image(s)

  • image_only - Installation is performed only from image(s), no additional RPM (de)installation

  • installedVersion - Version of the targetsystem (currently installed one).

  • license_accepted - The license has already been accepted, the respectiev radio button can be preselected

  • updateVersion - Version of system to update to (will be installed, or is just being installed).

101.2. Global Functions

101.2.1. boot

how we were booted (the type of the installation medium) /etc/install.inf: InstMode

Return value

  • string

101.2.2. no_x11

somehow, no X11 was started no x11 or not enough memory for qt

Return value

  • boolean

101.2.3. text_fallback

no resources/packages for X11

Return value

  • boolean

101.2.4. x11_setup_needed

run X11 configuration after inital boot this is false in case of: installation via serial console installation via ssh installation via vnc

Return value

  • boolean

101.3. Global Variables

101.3.1. image_installation

Installation is performed form image(s)

101.3.2. image_only

Installation is performed only from image(s), no additional RPM (de)installation

101.3.3. installedVersion

Version of the targetsystem (currently installed one).

$[
   "name" : (string) "openSUSE",
   "version" : (string) "10.1",
   "nameandversion" : (string) "openSUSE 10.1",
   "major" : (integer) 10,
   "minor" : (integer) 1,
 ]

101.3.4. license_accepted

The license has already been accepted, the respectiev radio button can be preselected

101.3.5. updateVersion

Version of system to update to (will be installed, or is just being installed).

$[
   "name" : (string) "openSUSE",
   "version" : (string) "11.0",
   "nameandversion" : (string) "openSUSE 11.0",
   "major" : (integer) 11,
   "minor" : (integer) 0,
 ]

101.4. Module Requirements

101.4.1. Module Imports

  • Directory
  • Linuxrc
  • Stage

101.4.2. Module Includes