107. Linuxrc

107.1. Summary of Module Globals

List of Global Functions

  • WriteYaSTInf - Write /etc/yast.inf during installation

  • braille - braille mode ?

  • display_ip - remote X mode ?

  • serial_console - running via serial console

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

  • usessh - ssh mode ? if booted with 'vnc=1 usessh=1', keep vnc mode, but start sshd if booted with 'display_ip=1.2.3.4 usessh=1', keep remote X mode, but start sshd this has to be checked by the caller, not here

  • vnc - vnc mode ?

List of Global Variables

    107.2. Global Functions

    107.2.1. WriteYaSTInf

    Write /etc/yast.inf during installation

    Function parameters

    • map<string,string> linuxrc

    Return value

    • void

    107.2.2. braille

    braille mode ?

    Return value

    • boolean

    107.2.3. display_ip

    remote X mode ?

    Return value

    • boolean

    107.2.4. serial_console

    running via serial console

    Return value

    • boolean

    107.2.5. text

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

    Return value

    • boolean

    107.2.6. usessh

    ssh mode ? if booted with 'vnc=1 usessh=1', keep vnc mode, but start sshd if booted with 'display_ip=1.2.3.4 usessh=1', keep remote X mode, but start sshd this has to be checked by the caller, not here

    Return value

    • boolean

    107.2.7. vnc

    vnc mode ?

    Return value

    • boolean

    107.3. Global Variables

    107.4. Module Requirements

    107.4.1. Module Imports

    • Mode
    • Stage

    107.4.2. Module Includes