YaST2 Developers Documentation: Auto-installation



functions
files
intro

Auto-installation

clients/inst_autoconfigure.ycp
This module finishes auto-installation and configures the system as described in the profile file.

Imports

  • AutoinstScripts
  • Call
  • Label
  • Profile
  • Wizard
  • Y2ModuleConfig

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.

YaST2 Developers Documentation