117. Kiwi

Data for kiwi configuration, input and output functions.

117.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    117.2. Global Functions

    117.2.1. ImportImageRepositories

    Import repositories from given kiwi image configuration

    Function parameters

    • map Config

    • string dir

    Return value

    • map <string,map>

    117.2.2. InitCurrentRepositories

    Initialize the list of current repositories

    Return value

    • map <string,map>

    117.2.3. Read

    REad the confgiuration stuff for image creator

    Return value

    • boolean

    117.2.4. ReadConfigXML

    import the data from given config.xml

    Function parameters

    • string base_path

    Return value

    • map<string,any>

    117.2.5. ReadImageTemplates

    Read the templates on which the images can be based

    Return value

    • boolean

    117.2.6. SaveConfiguration

    save the image configuration to the kiwi images directory

    Function parameters

    • map KiwiConfig

    • string task

    Return value

    • string

    117.2.7. WriteConfigXML

    Write currect configuration to new config.xml

    Function parameters

    • map KiwiConfig

    • string task

    Return value

    • boolean

    117.3. Global Variables

    117.4. Module Requirements

    117.4.1. Module Imports

    • Directory
    • FileUtils
    • Label
    • Message
    • Package
    • Popup
    • Progress
    • Report
    • Security
    • String
    • URL

    117.4.2. Module Includes