253. Stage

Installation mode

253.1. Authors

  • Klaus Kaempf <kkaempf@suse.de>

  • Jiri Srain <jsrain@suse.cz>

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

    253.3. Global Functions

    253.3.1. Set

    Set the installation stage

    Function parameters

    • string new_stage

    Return value

    • void

    253.3.2. cont

    continuing installation in target system

    Return value

    • boolean - true if installation continues on the target system

    253.3.3. firstboot

    Firstboot stage

    Return value

    • boolean - true if first-boot installation is running

    253.3.4. initial

    starting installation in inst-sys system

    Return value

    • boolean - true if installation first stage is running

    253.3.5. normal

    normal, running system

    Return value

    • boolean - true if YaST was started normally

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

    253.3.7. stage

    Get the current stage

    Return value

    • string - the current stage

    253.4. Global Variables

    253.5. Module Requirements

    none