Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-10-17 05:23:09 -0400
committerGitHub <noreply@github.com>2023-10-17 11:23:09 +0200
commitbc3b3a35e6408144587f8c2ace95c4ac68d53bcc (patch)
treeae878156a279466146893bfa0fcc7d19a9438278 /schema.json
parent332ec0d6236ca863cb6a2101849555935066549f (diff)
Add support for unified kernel image (#1519)
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema.json b/schema.json
index 5616ed41..b1d45f64 100644
--- a/schema.json
+++ b/schema.json
@@ -35,6 +35,10 @@
"efistub"
]
},
+ "uki": {
+ "description": "Set to true to use a unified kernel images",
+ "type": "boolean"
+ },
"custom-commands": {
"description": "Custom commands to be run post install",
"type": "array",