140. Linuxrc

140.1. Authors

  • Anas Nashif <nashif@suse.de?

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

    140.3. Global Functions

    140.3.1. WriteYaSTInf

    Write /etc/yast.inf during installation

    Function parameters

    • map<string,string> linuxrc

    Return value

    • void

    140.3.2. braille

    braille mode ?

    Return value

    • boolean

    140.3.3. display_ip

    remote X mode ?

    Return value

    • boolean

    140.3.4. serial_console

    running via serial console

    Return value

    • boolean

    140.3.5. text

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

    Return value

    • boolean

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

    140.3.7. vnc

    vnc mode ?

    Return value

    • boolean

    140.4. Global Variables

    140.5. Module Requirements

    140.5.1. Module Imports

    • Mode
    • Stage

    140.5.2. Module Includes