YaST2 Developers Documentation: Unknown YCP Module



functions
files
intro

Unknown YCP Module

support/supportio.ycp functions for support key I/O read support key data from file return complete map

Imports

  • Directory

Local Functions

local read_supportkey () -> map<string,any>

Reads the user's support data, should be in $vardir/support/key.

Return value:
support key data

local write_supportkey (map<string, any> keydata) -> boolean

Writes the support key data.

Parameters:
keydata the data to write
Return value:
success

local check_supportkey (map<string, any> keydata) -> string

Check if support key data is complete.

Parameters:
keydata the data to check
Return value:
non-empty message if somethings missing

YaST2 Developers Documentation