Update config-sample.json to comply with the requirements for version 2.8.6 (#2754)
I did not add the 'dev_path' key to each one of the partitions, as this may not be required in the 'default_layout' section, but it was required in my configuration when I chose 'manual_partitioning'.
This commit is contained in:
parent
aecf3ea553
commit
11987a06d6
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"config_version": "2.5.2",
|
"__separator__": null,
|
||||||
|
"config_version": "2.8.6",
|
||||||
"additional-repositories": [],
|
"additional-repositories": [],
|
||||||
"archinstall-language": "English",
|
"archinstall-language": "English",
|
||||||
"audio_config": {"audio": "pipewire"},
|
"audio_config": {"audio": "pipewire"},
|
||||||
|
|
@ -82,19 +83,29 @@
|
||||||
"kernels": [
|
"kernels": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
"keyboard-layout": "us",
|
"locale_config": {
|
||||||
"mirror-region": {
|
"kb_layout": "us",
|
||||||
"Australia": {
|
"sys_enc": "UTF-8",
|
||||||
"http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch": true,
|
"sys_lang": "en_US"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"nic": {
|
"mirror_config": {
|
||||||
"dhcp": true,
|
"mirror-regions": {
|
||||||
"dns": null,
|
"Australia": [
|
||||||
"gateway": null,
|
"http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch"
|
||||||
"iface": null,
|
]
|
||||||
"ip": null,
|
}
|
||||||
"type": "nm"
|
},
|
||||||
|
"network_config": {
|
||||||
|
"type": "manual",
|
||||||
|
"nics": [
|
||||||
|
{
|
||||||
|
"iface": null,
|
||||||
|
"ip": null,
|
||||||
|
"dhcp": true,
|
||||||
|
"gateway": null,
|
||||||
|
"dns": null
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"no_pkg_lookups": false,
|
"no_pkg_lookups": false,
|
||||||
"ntp": true,
|
"ntp": true,
|
||||||
|
|
@ -114,8 +125,6 @@
|
||||||
"script": "guided",
|
"script": "guided",
|
||||||
"silent": false,
|
"silent": false,
|
||||||
"swap": true,
|
"swap": true,
|
||||||
"sys-encoding": "utf-8",
|
|
||||||
"sys-language": "en_US",
|
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"version": "2.5.2"
|
"version": "2.8.6"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue