Printer configurator |
printer_auto.ycp |
Autoconfiguration preparation. | |
|
|
This module has an unstable interface. |
Client for preparation of autoinstalation data.
Imports
Includes
Local Functions |
Try to convert the model information from the old database to the new one
- Parameters:
-
p map queue description map with old SuSE database info
- Return value:
-
a map queue description map with updated info to Foomatic database
Filter queue description map so that it contains only keys that are valid for both export map and autoinstallation map
- Parameters:
-
p map export or autoinstallation map
- Return value:
-
a map the map with filtered some keys
Translate map to list of 2-entry maps with keys key and value
- Parameters:
-
options map of options option_name -> option_value
- Return value:
-
a list of maps with keys "key" and "value"
Translate list of 2-entry maps with keys key and value to a map
- Parameters:
-
options a list of maps with keys "key" and "value"
- Return value:
-
a map of options option_name -> option_value
Translate the Export map to the autoinstallation map
- Parameters:
-
exp map the export map
- Return value:
-
the autoinstallation map
Translate the autoinstallation map to the Export map
- Parameters:
-
ai map the autoinstallation map
- Return value:
-
a map the export map
Create a summary return string
did configuration changed return boolean
set configuration as changed return boolean
Reset configuration return map or list
Change configuration return symbol (i.e. `finish || `accept || `next || `cancel || `abort)
Return configuration data return map or list
Write configuration data return boolean