127. Linuxrc

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

    127.2. Global Functions

    127.2.1. WriteYaSTInf

    Write /etc/yast.inf during installation

    Function parameters

    • map<string,string> linuxrc

    Return value

    • void

    127.2.2. braille

    braille mode ?

    Return value

    • boolean

    127.2.3. display_ip

    remote X mode ?

    Return value

    • boolean

    127.2.4. serial_console

    running via serial console

    Return value

    • boolean

    127.2.5. text

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

    Return value

    • boolean

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

    127.2.7. vnc

    vnc mode ?

    Return value

    • boolean

    127.3. Global Variables

    127.4. Module Requirements

    127.4.1. Module Imports

    • Mode
    • Stage

    127.4.2. Module Includes