128. Linuxrc

128.1. Authors

  • Anas Nashif <nashif@suse.de?

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

    128.3. Global Functions

    128.3.1. WriteYaSTInf

    Write /etc/yast.inf during installation

    Function parameters

    • map<string,string> linuxrc

    Return value

    • void

    128.3.2. braille

    braille mode ?

    Return value

    • boolean

    128.3.3. display_ip

    remote X mode ?

    Return value

    • boolean

    128.3.4. serial_console

    running via serial console

    Return value

    • boolean

    128.3.5. text

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

    Return value

    • boolean

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

    128.3.7. vnc

    vnc mode ?

    Return value

    • boolean

    128.4. Global Variables

    128.5. Module Requirements

    128.5.1. Module Imports

    • Mode
    • Stage

    128.5.2. Module Includes