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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
{
"additional-repositories": [
"multilib"
],
"archinstall-language": "English",
"audio_config": {
"audio": "pipewire"
},
"bootloader": "Grub",
"config_version": "2.7.1",
"debug": false,
"disk_config": {
"config_type": "default_layout",
"device_modifications": [
{
"device": "/dev/sda",
"partitions": [
{
"btrfs": [],
"dev_path": null,
"flags": [
"Boot",
"ESP"
],
"fs_type": "fat32",
"mount_options": [],
"mountpoint": "/boot",
"obj_id": "4c5695cd-fdd7-4e27-937f-46fa6ef0e192",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": 512
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": 1
},
"status": "create",
"type": "primary"
},
{
"btrfs": [
{
"compress": false,
"mountpoint": "/",
"name": "@",
"nodatacow": false
},
{
"compress": false,
"mountpoint": "/home",
"name": "@home",
"nodatacow": false
},
{
"compress": false,
"mountpoint": "/var/log",
"name": "@log",
"nodatacow": false
},
{
"compress": false,
"mountpoint": "/var/cache/pacman/pkg",
"name": "@pkg",
"nodatacow": false
},
{
"compress": false,
"mountpoint": "/.snapshots",
"name": "@.snapshots",
"nodatacow": false
}
],
"dev_path": null,
"flags": [],
"fs_type": "btrfs",
"mount_options": [
"compress=zstd"
],
"mountpoint": null,
"obj_id": "57f9d5de-d837-4dfa-b35c-8126e3c445ac",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "B",
"value": 27084341248
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "B",
"value": 537919488
},
"status": "create",
"type": "primary"
}
],
"wipe": true
}
]
},
"hostname": "blueingreen",
"kernels": [
"linux"
],
"locale_config": {
"kb_layout": "us",
"sys_enc": "UTF-8",
"sys_lang": "en_US"
},
"mirror_config": {
"custom_mirrors": [],
"mirror_regions": {
"Russia": [
"https://mirror.yandex.ru/archlinux/$repo/os/$arch",
"https://mirror.yal.sl-chat.ru/archlinux/$repo/os/$arch",
"https://mirror.truenetwork.ru/archlinux/$repo/os/$arch",
"https://mirror.surf/archlinux/$repo/os/$arch",
"https://mirror.kpfu.ru/archlinux/$repo/os/$arch",
"https://mirror.kamtv.ru/archlinux/$repo/os/$arch",
"http://mirrors.powernet.com.ru/archlinux/$repo/os/$arch",
"http://mirror.yandex.ru/archlinux/$repo/os/$arch",
"http://mirror.truenetwork.ru/archlinux/$repo/os/$arch",
"http://mirror.surf/archlinux/$repo/os/$arch",
"http://mirror.kpfu.ru/archlinux/$repo/os/$arch",
"http://mirror.kamtv.ru/archlinux/$repo/os/$arch"
]
}
},
"network_config": {
"type": "nm"
},
"no_pkg_lookups": false,
"ntp": true,
"offline": false,
"packages": [
"git"
],
"parallel downloads": 0,
"profile_config": {
"gfx_driver": null,
"greeter": null,
"profile": {
"custom_settings": {},
"details": [],
"main": "Minimal"
}
},
"script": "guided",
"silent": false,
"skip_ntp": false,
"skip_version_check": false,
"swap": true,
"timezone": "Asia/Yekaterinburg",
"uki": false,
"version": "2.7.1"
}
|