YaST2 Developers Documentation: Installation



functions
files
intro

Installation

Installation.ycp
provide installation related information

Imports

  • Directory
  • Linuxrc
  • Stage

Global Functions

global boot () -> string

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

global x11_setup_needed () -> boolean

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

global text_fallback () -> boolean

no resources/packages for X11

global no_x11 () -> boolean

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


YaST2 Developers Documentation