274. Stage

Installation mode

274.1. Authors

  • Klaus Kaempf <kkaempf@suse.de>

  • Jiri Srain <jsrain@suse.cz>

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

    274.3. Global Functions

    274.3.1. Set

    Set the installation stage

    Function parameters

    • string new_stage

    Return value

    • void

    274.3.2. cont

    continuing installation in target system

    Return value

    • boolean - true if installation continues on the target system

    274.3.3. firstboot

    Firstboot stage

    Return value

    • boolean - true if first-boot installation is running

    274.3.4. initial

    starting installation in inst-sys system

    Return value

    • boolean - true if installation first stage is running

    274.3.5. normal

    normal, running system

    Return value

    • boolean - true if YaST was started normally

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

    274.3.7. stage

    Get the current stage

    Return value

    • string - the current stage

    274.4. Global Variables

    274.5. Module Requirements

    none