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

  • Alice
  • AutoinstClone
  • HTML
  • Kickstart
  • Label
  • Mode
  • Popup
  • Profile
  • Profile
  • Progress
  • Report
  • Require
  • Summary

Includes

  • autoinstall/helps.ycp

Local Functions

local Preferences () -> 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 aliceDialog () -> symbol

Alice Config


YaST2 Developers Documentation