archinstall/examples/config-sample.json

29 lines
664 B
JSON

{
"audio": null,
"bootloader": "systemd-bootctl",
"harddrives": [
"/dev/loop0"
],
"hostname": "",
"kernels": [
"linux"
],
"keyboard-layout": "us",
"mirror-region": {
"Worldwide": {
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
}
},
"nic": {
"NetworkManager": true,
"nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
},
"ntp": true,
"packages": [],
"profile": null,
"script": "guided",
"swap": true,
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "UTC"
}