Добавил конфиг для archinstall
This commit is contained in:
48
archinstall.json
Normal file
48
archinstall.json
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"archinstall-language": "Russian",
|
||||||
|
"audio_config": {
|
||||||
|
"audio": "pipewire"
|
||||||
|
},
|
||||||
|
"bootloader": "Grub",
|
||||||
|
"custom_commands": [],
|
||||||
|
"hostname": "archlinux",
|
||||||
|
"kernels": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"locale_config": {
|
||||||
|
"kb_layout": "us",
|
||||||
|
"sys_enc": "UTF-8",
|
||||||
|
"sys_lang": "ru_RU.UTF-8"
|
||||||
|
},
|
||||||
|
"mirror_config": {
|
||||||
|
"custom_repositories": [],
|
||||||
|
"custom_servers": [],
|
||||||
|
"mirror_regions": {},
|
||||||
|
"optional_repositories": []
|
||||||
|
},
|
||||||
|
"network_config": {
|
||||||
|
"type": "iso"
|
||||||
|
},
|
||||||
|
"ntp": true,
|
||||||
|
"packages": [],
|
||||||
|
"parallel_downloads": 0,
|
||||||
|
"profile_config": {
|
||||||
|
"gfx_driver": "Nvidia (open-source nouveau driver)",
|
||||||
|
"greeter": "gdm",
|
||||||
|
"profile": {
|
||||||
|
"custom_settings": {
|
||||||
|
"Hyprland": {
|
||||||
|
"seat_access": "polkit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"details": [
|
||||||
|
"Hyprland"
|
||||||
|
],
|
||||||
|
"main": "Desktop"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": [],
|
||||||
|
"swap": true,
|
||||||
|
"timezone": "Asia/Vladivostok",
|
||||||
|
"version": null
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user