YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Global Functions

Local Variables

Info:

File: modules/Stage.ycp Module: yast2 Summary: Installation mode Authors: Klaus Kaempf Jiri Srain Flags: Stable

$Id$

local _stage -> string

Current stage

global stage () -> string

Get the current stage

Return value:
the current stage
global Set (string new_stage) -> void

Set the installation stage

Parameters:
new_stage string currently processed stage
global initial () -> boolean

starting installation in inst-sys system

Return value:
true if installation first stage is running
global cont () -> boolean

continuing installation in target system

Return value:
true if installation continues on the target system
global firstboot () -> boolean

Firstboot stage

Return value:
true if first-boot installation is running
global normal () -> boolean

normal, running system

Return value:
true if YaST was started normally
global reprobe () -> boolean

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:
true if YaST was invoked because new hardware was probed