YaST2 Developers Documentation: Auto-Installation Configuration System



functions
files
intro

Auto-Installation Configuration System

include/autoinstall/dialogs.ycp
This module handles the configuration for auto-installation

Imports

  • AutoinstClone
  • Directory
  • HTML
  • Kickstart
  • Label
  • Popup
  • Profile
  • Profile
  • Progress
  • Report
  • Summary
  • Y2ModuleConfig

Includes

  • autoinstall/helps.ycp

Local Functions

local Settings () -> symbol

Preferences Dialog

local checkFileName (string name) -> integer

Check validity of file name

Parameters:
name
Return value:
0 if valid, -1 if not.

local invalidFileName () -> string

Return a message about invalid file names @param -

Return value:
message

local NewFileName (string caption, string textentry) -> string

Popup for a new file name

Parameters:
caption
textentry
Return value:
new file name

local cloneSystem () -> symbol

Clone running system

local ValidDialog () -> symbol

Validate Dialog


YaST2 Developers Documentation