Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/custom-command-sample.json
blob: 8d8d611d84091fa14f75d8a4b3a26902dc181d4b (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
29
30
31
32
33
{
    "dry_run": true,
    "audio": "none",
    "bootloader": "systemd-bootctl",
    "debug": false,
    "harddrives": [
        "/dev/loop0"
    ],
    "hostname": "development-box",
    "kernels": [
        "linux"
    ],
    "keyboard-layout": "us",
    "mirror-region": "Worldwide",
    "nic": {
    	"type": "NM"
    },
    "ntp": true,
    "packages": ["docker", "git", "wget", "zsh"],
    "services": ["docker"],
    "profile": "gnome",
    "gfx_driver": "All open-source (default)",
    "swap": true,
    "sys-encoding": "utf-8",
    "sys-language": "en_US",
    "timezone": "Europe/Stockholm",
    "version": "2.3.1.dev0",
    "custom-commands": [
        "cd /home/devel; git clone https://aur.archlinux.org/paru.git",
        "chown -R devel:devel /home/devel/paru",
        "usermod -aG docker devel"
    ]
}