YaST2 Developers Documentation: Configuration of product-creator

Configuration of product-creator

include/product-creator/commandline.ycp
Dialogs definitions
  • Ladislav Slezak

This module has an unstable interface.

Imports

  • CommandLine
  • FileUtils
  • ProductCreator
  • Progress
  • RichText

Local Functions

local ProcessParameters (map params, string action) -> boolean

Go through the command line parameters map, verify the validity and fill appropriate gloal values

Parameters:
params map with command line parameters
action for what action are the parameters intended (create/edit)
local ListHandler (map params) -> boolean

Command line handler for List action: list available configurations

Parameters:
params
local CreateIsoHandler (map params) -> boolean

Command line handler for Create ISO action

Parameters:
params
local CreateConfigHandler (map params) -> boolean

Command line handler for Create Config action: create new product configuration

Parameters:
params
local DeleteConfigHandler (map params) -> boolean

Command line handler for Delete Config action

Parameters:
params
local EditConfigHandler (map params) -> boolean

Command line handler for Edit Config action

Parameters:
params
local ShowConfigHandler (map params) -> boolean

Command line handler for Show Config action

Parameters:
params