YaST2 Developers Documentation: Auto-installation Author: Anas Nashif



functions
files
intro

Auto-installation Author: Anas Nashif

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

Imports

  • AutoInstall
  • 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