YaST2 Developers Documentation: Linuxrc



functions
files
intro

Linuxrc

modules/Linuxrc.ycp Purpose: Interaction with linuxrc

Imports

  • Mode
  • Stage

Global Functions

global serial_console () -> boolean

running via serial console

global braille () -> boolean

braille mode ?

global vnc () -> boolean

vnc mode ?

global usessh () -> boolean

ssh mode ?

global text () -> boolean

we're running in textmode (-> UI::GetDisplayInfo())

global WriteYaSTInf (map<string,string> linuxrc) -> void

Write /etc/yast.inf during installation

Parameters:
linuxrc map of key value pairs for /etc/yast.inf

YaST2 Developers Documentation