diff options
| author | 2023-12-19 11:34:38 +0000 | |
|---|---|---|
| committer | 2023-12-19 11:34:38 +0000 | |
| commit | 7157ff51e228b44f45e5a423f1f975d2c4ee1842 (patch) | |
| tree | 23c2df9985adb298e5cc8e0e3b9a0fc30e908ee2 /user_configuration.json | |
| parent | 9163e129640d5d3167a5bf3bae55ec2c7b34163b (diff) | |
add user files
Diffstat (limited to 'user_configuration.json')
| -rw-r--r-- | user_configuration.json | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/user_configuration.json b/user_configuration.json new file mode 100644 index 0000000..0a3bdcb --- /dev/null +++ b/user_configuration.json @@ -0,0 +1,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" +}
\ No newline at end of file |
