Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/schema.json b/schema.json
index bbb0b8c9..aacf3f07 100644
--- a/schema.json
+++ b/schema.json
@@ -4,6 +4,14 @@
"description": "A schema for the archinstall command config, more info over at https://archinstall.readthedocs.io/installing/guided.html#options-for-config",
"type": "object",
"properties": {
+ "additional-repositories": {
+ "description": "Additional repositories to optionally enable",
+ "type": "string",
+ "enum": [
+ "multilib",
+ "testing"
+ ]
+ },
"audio": {
"description": "Audio server to be installed",
"type": "string",