Skip to content

Commit

Permalink
ci: update autoinstall-schema with kdump schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Peterson444 committed Sep 9, 2024
1 parent 63f5dc9 commit 4d2b45b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions autoinstall-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,21 @@
}
]
},
"kernel-crash-dumps": {
"type": "object",
"properties": {
"enabled": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"enabled"
],
"additionalProperties": false
},
"keyboard": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 4d2b45b

Please sign in to comment.