index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel <blackrabbit256@gmail.com> | 2022-03-01 01:57:57 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 15:57:57 +0100 |
commit | 537b9cab037aecfd18edef156dd3ea55072918e9 (patch) | |
tree | fe56cd4af527e816d831b220c6672c1dcfc2958f /schema.json | |
parent | fa87d85708331ad45f28906217f94937bae474fe (diff) |
-rw-r--r-- | schema.json | 24 |
diff --git a/schema.json b/schema.json index aacf3f07..e4b19b64 100644 --- a/schema.json +++ b/schema.json @@ -84,18 +84,18 @@ "description": "Choose between NetworkManager, manual configuration, use systemd-networkd from the ISO or no configuration", "type": "object", "properties": { - "NetworkManager": { - "description": "<boolean>", - "type": "boolean" - }, - "interface-name": { - "address": "ip address", - "subnet": "255.255.255.0", - "gateway": "ip address", - "dns": "ip address" - }, - "nic": "Copy ISO network configuration to installation", - "nic": {} + "type": "string", + "iface": "string", + "dhcp": "boolean", + "ip": "string", + "gateway": "string", + "dns": { + "description": "List of DNS servers", + "type": "array", + "items": { + "type": "string" + } + } } }, "ntp": { |