YaST2 Developers Documentation: Autoinstall



functions
files
intro

Autoinstall

conftree.ycp
This module handles the configuration for auto-installation

Imports

  • AutoinstConfig
  • Call
  • HTML
  • Label
  • Popup
  • Profile
  • Report
  • Wizard
  • XML

Local Functions

local CreateTreeList (list<map> MenuTreeData, string current, string parent) -> void

Create a list to be used with the table widget

Parameters:
MenuTreeData
current
parent

local content_dialog (string resource, map resourceMap, string module_auto) -> void

Module Summary dialog

Parameters:
resource
resourceMap
module_auto

Info:

Configure module

local module_contents (string resource) -> symbol

Module

Parameters:
resource

local CreateTreeWidget (string current) -> void

Create tree widget @param string

Parameters:
current

local menus () -> term

Return value:
menu term

Info:

Get Group name

Info:

Get module name

Info:

Return HTML list of available modules @param string

Return value:
richtext window with modules listed and linked.

Info:

Show Source

Info:

Menu interface

Parameters:
list menu items

YaST2 Developers Documentation