yast2 |
modules/Stage.ycp |
| Installation mode |
|
|
|
Provide installation stage information.
Global Functions
Local Variables
|
|
|
Current stage
|
global stage () -> string
|
|
Get the current stage
- Return value:
|
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 |
|