108. Kiwi

Data for kiwi configuration, input and output functions.

108.1. Summary of Module Globals

List of Global Functions

  • MoveOutput - move the final image(s) created by kiwi to user defined directory

  • ReadConfigXML - import the data from given config.xml

  • SaveConfiguration - save the image configuration to the kiwi images directory

  • WriteConfigXML - Write currect configuration to new config.xml

List of Global Variables

    108.2. Global Functions

    108.2.1. MoveOutput

    move the final image(s) created by kiwi to user defined directory

    Function parameters

    • string out_dir

    Return value

    • string

    108.2.2. ReadConfigXML

    import the data from given config.xml

    Function parameters

    • string base_path

    Return value

    • map<string,any>

    108.2.3. SaveConfiguration

    save the image configuration to the kiwi images directory

    Function parameters

    • map KiwiConfig

    • string kiwi_task

    Return value

    • string

    108.2.4. WriteConfigXML

    Write currect configuration to new config.xml

    Function parameters

    • map KiwiConfig

    • string kiwi_task

    Return value

    • boolean

    108.3. Global Variables

    108.4. Module Requirements

    108.4.1. Module Imports

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

    108.4.2. Module Includes