255. Stage

Installation mode

255.1. Summary of Module Globals

List of Global Functions

  • Set - Set the installation stage

  • cont - continuing installation in target system

  • firstboot - Firstboot stage

  • initial - starting installation in inst-sys system

  • normal - normal, running system

  • reprobe - This flag indicates that a config module has been called due to a change in the system hardware that has been detected on boot time.

  • stage - Get the current stage

List of Global Variables

    255.2. Global Functions

    255.2.1. Set

    Set the installation stage

    Function parameters

    • string new_stage

    Return value

    • void

    255.2.2. cont

    continuing installation in target system

    Return value

    • boolean - true if installation continues on the target system

    255.2.3. firstboot

    Firstboot stage

    Return value

    • boolean - true if first-boot installation is running

    255.2.4. initial

    starting installation in inst-sys system

    Return value

    • boolean - true if installation first stage is running

    255.2.5. normal

    normal, running system

    Return value

    • boolean - true if YaST was started normally

    255.2.6. reprobe

    This flag indicates that a config module has been called due to a change in the system hardware that has been detected on boot time.

    Return value

    • boolean - true if YaST was invoked because new hardware was probed

    255.2.7. stage

    Get the current stage

    Return value

    • string - the current stage

    255.3. Global Variables

    255.4. Module Requirements

    none