89. Installation

provide installation related information

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

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

89.2. Global Functions

89.2.1. boot

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

Return value

  • string

89.2.2. no_x11

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

Return value

  • boolean

89.2.3. text_fallback

no resources/packages for X11

Return value

  • boolean

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

89.3. Global Variables

89.3.1. license_accepted

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

89.4. Module Requirements

89.4.1. Module Imports

  • Directory
  • Linuxrc
  • Stage

89.4.2. Module Includes