Files
system-spec/installer/user_config_base.json

134 lines
4.1 KiB
JSON

{
"app_config": {},
"archinstall-language": "English",
"auth_config": {},
"bootloader_config": {
"bootloader": "Grub",
"removable": false,
"uki": false
},
"custom_commands": [],
"disk_config": {
"btrfs_options": {
"snapshot_config": {
"type": "Snapper"
}
},
"config_type": "default_layout",
"device_modifications": [
{
"device": "/dev/vda",
"partitions": [
{
"btrfs": [],
"dev_path": null,
"flags": [
"boot"
],
"fs_type": "fat32",
"mount_options": [],
"mountpoint": "/boot",
"obj_id": "66709eb4-7172-4edd-b2ea-add010dad2ea",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "GiB",
"value": 1
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": 1
},
"status": "create",
"type": "primary"
},
{
"btrfs": [
{
"mountpoint": "/",
"name": "@"
},
{
"mountpoint": "/home",
"name": "@home"
},
{
"mountpoint": "/var/log",
"name": "@log"
},
{
"mountpoint": "/var/cache/pacman/pkg",
"name": "@pkg"
}
],
"dev_path": null,
"flags": [],
"fs_type": "btrfs",
"mount_options": [],
"mountpoint": null,
"obj_id": "596c1c52-a12a-4015-9b1b-86483e57174c",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "B",
"value": 63349719040
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "B",
"value": 1074790400
},
"status": "create",
"type": "primary"
}
],
"wipe": true
}
],
"disk_encryption": {
"encryption_type": "luks",
"lvm_volumes": [],
"partitions": [
"596c1c52-a12a-4015-9b1b-86483e57174c"
]
}
},
"hostname": "archlinux",
"kernels": [
"linux"
],
"locale_config": {
"kb_layout": "be-latin1",
"sys_enc": "UTF-8",
"sys_lang": "en_US.UTF-8"
},
"network_config": {
"type": "nm"
},
"ntp": true,
"packages": [
"git",
"ansible"
],
"parallel_downloads": 0,
"script": null,
"services": [],
"swap": {
"algorithm": "zstd",
"enabled": true
},
"timezone": "Europe/Brussels",
"version": "3.0.15"
}