Skip to content

Commit

Permalink
autoyast compat: declare "bootproto" unsupported
Browse files Browse the repository at this point in the history
and remove 'support: yes' from users[], it is implicit on all items with
'children'
  • Loading branch information
mvidner committed Feb 7, 2025
1 parent e5519e6 commit 9044b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/share/autoyast-compat.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
{ "key": "description", "support": "no" },
{
"key": "bootproto",
"support": "no",
"agama": "method6",
"notes": "Different set of values."
},
Expand Down Expand Up @@ -365,7 +366,6 @@
{ "key": "iscsi-client", "support": "planned" },
{
"key": "users[]",
"support": "yes",
"notes": "Only the root and the first user are considered.",
"children": [
{ "key": "username", "support": "yes", "agama": "user.userName" },
Expand Down

0 comments on commit 9044b34

Please sign in to comment.