Actions
action #155263
closedcoordination #153280: [epic] Future automation of Agama
Agama has got a new feature in autoinstallation mode: localization settings
Status:
Rejected
Priority:
Low
Assignee:
-
Target version:
-
Start date:
2024-02-09
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
For reference, the code is in https://github.com/openSUSE/agama/pull/914
$ cat agama-loc.json
{
"user": {
"fullName": "Tux",
"userName": "tux",
"password": "linux",
"autologin": false
},
"localization": {
"language": "en_US.UTF-8",
"keyboard": "cz(qwerty)",
"timezone": "Europe/Berlin"
}
}
$ agama config load agama-loc.json
$ agama config load agama-loc-bad.json
invalid type: integer `2`, expected a string at line 11 column 21
Yam squad may want to extend the tests/documentation with this new part.
Actions