Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/config-sample.json
blob: dc8693a78264fdf05b307c9e438fcf26a22448bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "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": {
        "type": "NM"
    },
    "ntp": true,
    "packages": [],
    "profile": null,
    "script": "guided",
    "swap": true,
    "sys-encoding": "utf-8",
    "sys-language": "en_US",
    "timezone": "UTC"
}