Installation mode
List of Global Functions
Initialize - initialize everything from command-line of y2base
autoinst - doing auto-installation
commandline - we're running in command line interface
config - configuration for auto-installation, only in running system
installation - we're doing a fresh installation
live_installation - we're doing a fresh installation from live CD/DVD
mode - Returns the current mode name. It's one of "installation", "normal", "update", "repair", "autoinstallation", "autoinst_config"
normal - normal, running system
repair - start repair module
screen_shot - dump screens to /tmp. Implies @ref #demo . See installation/Test-Scripts/yast2-screen-shots*
test - Just testing. See installation/Test-Scripts/doit*
testsuite - Returns whether running in testsuite.
ui - Returns the current UI mode. It's one of "commandline", "dialog", "none"
update - we're doing an update
List of Global Variables
we're running in command line interface
Return value
boolean - true if command-line is running
Returns the current mode name. It's one of "installation", "normal", "update", "repair", "autoinstallation", "autoinst_config"
Return value
string
dump screens to /tmp. Implies @ref #demo . See installation/Test-Scripts/yast2-screen-shots*
Return value
boolean
Returns the current UI mode. It's one of "commandline", "dialog", "none"
Return value
string