YaST2 Developers Documentation: inst_source.ycp Author: Cornelius Schumacher Purpose: Adding, removing and prioritizing of installation sources for packagemanager.



functions
files
intro

inst_source.ycp Author: Cornelius Schumacher Purpose: Adding, removing and prioritizing of installation sources for packagemanager.

Imports

  • Installation
  • Label
  • Mode
  • Popup
  • Wizard

Includes

  • inst_source_dialogs.ycp

Local Functions

local createItem (integer index, map source) -> term

Create a table item from a map as returned by the InstSrcManager agent.

Parameters:
index
source The map describing the source as returned form the agent.
Return value:
An item suitable for addition to a Table.

local fillTable () -> void

Fill sources table with entries from the InstSrcManager agent.


YaST2 Developers Documentation