YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Directory
  • Linuxrc
  • Stage

Structures

Global Variables

Global Functions

Info:

File: Installation.ycp

Module: Installation

Summary: provide installation related information

Author: Klaus Kaempf Lukas Ocilka

global license_accepted -> boolean

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

global installedVersion -> map <string, any>

Version of the targetsystem (currently installed one).

Structure $[

   "name" : (string) "openSUSE",
   "version" : (string) "10.1",
   "nameandversion" : (string) "openSUSE 10.1",
   "major" : (integer) 10,
   "minor" : (integer) 1,
 ]
global updateVersion -> map <string, any>

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

Structure $[

   "name" : (string) "openSUSE",
   "version" : (string) "11.0",
   "nameandversion" : (string) "openSUSE 11.0",
   "major" : (integer) 11,
   "minor" : (integer) 0,
 ]
global image_installation -> boolean

Installation is performed form image(s)

global image_only -> boolean

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

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