From a2f06e636cc7415df90d7de65106fe11eb0d1dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Sat, 26 Jul 2025 20:27:47 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=20=D0=B4=D0=BB=D1=8F=20arc?= =?UTF-8?q?hinstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archinstall.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 archinstall.json diff --git a/archinstall.json b/archinstall.json new file mode 100644 index 0000000..670c76c --- /dev/null +++ b/archinstall.json @@ -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 +}