YaST2 Developers Documentation: Installation

Installation

suse_register_auto
Configure Product Registration for Autoinstallation
  • J. Daniel Schmidt <jdsn@suse.de>
  • Configure Product Registration for Autoinstallation

This module has an unstable interface.

Imports

  • Label
  • Popup
  • Progress
  • Progress
  • Register
  • Report
  • String
  • Summary
  • Wizard

Local Functions

local Import (map settings) -> boolean

Get all settings from the first parameter (For use by autoinstallation.)

Parameters:
settings The YCP structure to be imported.
Return value:
True on success
local Export () -> map

Export the settings to a single map (For use by autoinstallation.)

local Summary () -> string

Create a textual summary and a list of unconfigured cards

Return value:
summary of the current configuration
local Write () -> boolean

Write all settings

Return value:
true on success
local KeyValueDialog (integer id, term entry) -> term

Host edit dialog

Parameters:
id id of the edited host
entry edited entry
Return value:
host or nil, if canceled