115. Mode

Installation mode

115.1. Summary of Module Globals

List of Global Functions

  • Initialize - initialize everything from command-line of y2base

  • autoinst - do auto-installation

  • commandline - we're running in command line interface

  • config - configuration for auto-installation, only in running system

  • installation - we're doing a fresh installation

  • normal - normal, running system

  • repair - start repair module

  • screen_shot - dump screens to /tmp. Implies @ref #demo . See installation/Test-Scripts/yast2-screen-shots*

  • test - Just testing. See installation/Test-Scripts/doit*

  • update - we're doing an update

List of Global Variables

    115.2. Global Functions

    115.2.1. Initialize

    initialize everything from command-line of y2base

    Return value

    • void

    115.2.2. autoinst

    do auto-installation

    Return value

    • boolean

    115.2.3. commandline

    we're running in command line interface

    Return value

    • boolean - true if command-line is running

    115.2.4. config

    configuration for auto-installation, only in running system

    Return value

    • boolean

    115.2.5. installation

    we're doing a fresh installation

    Return value

    • boolean

    115.2.6. normal

    normal, running system

    Return value

    • boolean

    115.2.7. repair

    start repair module

    Return value

    • boolean

    115.2.8. screen_shot

    dump screens to /tmp. Implies @ref #demo . See installation/Test-Scripts/yast2-screen-shots*

    Return value

    • boolean

    115.2.9. test

    Just testing. See installation/Test-Scripts/doit*

    Return value

    • boolean

    115.2.10. update

    we're doing an update

    Return value

    • boolean

    115.3. Global Variables

    115.4. Module Requirements

    none