
functions
files
intro
|
|
support/supportio.ycp
functions for support key I/O
read support key data from file
return complete map
Imports
Local Functions
|
|
|
local read_supportkey () -> map<string,any>
|
|
Reads the user's support data, should be in $vardir/support/key.
- Return value:
local write_supportkey (map<string, any> keydata) -> boolean
|
|
Writes the support key data.
- Parameters:
keydata |
the data to write |
- Return value:
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 |
|