YaST2 Developers Documentation: Installation



functions
files
intro

Installation

clients/inst_suseconfig.ycp
Run SUSEconfig
Purpose: - shows the "Finishing the installation" frame - runs "SuSEconfig" - runs "init" to reread inittab, which has been changed by SuSEconfig. - shows the loginname which can be used.

Imports

  • Arch
  • Directory
  • Installation
  • KernelUpdated
  • Mode
  • Popup
  • Wizard

Local Functions

local logStep (string step_descr) -> void

Display a step in the LogView widget and increment the progress bar. Uses global variable 'current_step'.

Parameters:
step_descr description of the step.

local runStep (string step) -> void

Run a step on the target and log its output to the globally specified 'log_destination'.

Parameters:
step command to execute in this step

YaST2 Developers Documentation