
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
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.
|