-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchinstall.json
100 lines (87 loc) · 1.84 KB
/
archinstall.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"audio": "pulseaudio",
"bootloader": "grub-install",
"config_version": "2.5.0",
"gfx_driver": "AMD / ATI (open-source)",
"harddrives": null,
"hostname": "arrow",
"kernels": [
"linux"
],
"keyboard-layout": "br-abnt2",
"mirror-region": {
"Worldwide": {
"https://geo.mirror.pkgbuild.com/$repo/os/$arch": true,
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
}
},
"mount_point": null,
"nic": {
"dhcp": true,
"dns": null,
"gateway": null,
"iface": null,
"ip": null,
"type": "nm"
},
"ntp": true,
"packages": [
"ca-certificates",
"curl",
"gnupg",
"lsb-release",
"git",
"base-devel",
"openssh",
"fontconfig",
"ttf-fira-code",
"xorg-server",
"xorg-apps",
"xorg-xauth",
"xorg-xinit",
"xorg-fonts-100dpi",
"xorg-fonts-75dpi",
"xorg-xkbutils",
"i3-wm",
"i3lock",
"i3status-rust",
"dunst",
"alsa-utils",
"playerctl",
"xdg-utils",
"xdotool",
"maim",
"cifs-utils",
"exfatprogs",
"exfat-utils",
"mtpfs",
"ntfs-3g",
"bison",
"gdb",
"meld",
"tmux",
"vim",
"pavucontrol",
"firefox",
"rxvt-unicode",
"mlocate",
"transmission-gtk",
"vlc",
"zathura",
"xclip",
"openssl",
"zlib",
"xz",
"tk",
"python-psutil"
],
"plugin": null,
"profile": null,
"script": "guided",
"silent": false,
"swap": true,
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "America/Sao_Paulo",
"version": "2.5.0"
}