build_scripts/base_files/user_configuration.json
2025-03-23 06:28:47 -05:00

103 lines
3.2 KiB
JSON

{
"additional-repositories": [],
"archinstall-language": "English",
"bootloader": "Grub",
"config_version": "2.8.1",
"debug": false,
"disk_config": {
"config_type": "default_layout",
"device_modifications": [
{
"device": "/dev/sda",
"partitions": [
{
"btrfs": [],
"dev_path": null,
"flags": [
"Boot"
],
"fs_type": "fat32",
"mount_options": [],
"mountpoint": "/boot",
"obj_id": "cd3a20e8-6f45-47a9-9363-688690b3b04e",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": 203
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": 3
},
"status": "create",
"type": "primary"
},
{
"btrfs": [],
"dev_path": null,
"flags": [],
"fs_type": "ext4",
"mount_options": [],
"mountpoint": "/",
"obj_id": "c7975d1b-3818-436d-8ce6-1e37a1fe11c5",
"size": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "MiB",
"value": REPLACE_SIZE
},
"start": {
"sector_size": {
"unit": "B",
"value": 512
},
"unit": "B",
"value": 216006656
},
"status": "create",
"type": "primary"
}
],
"wipe": true
}
]
},
"hostname": "REPLACE_HOSTNAME",
"kernels": [
"linux"
],
"locale_config": {
"kb_layout": "us",
"sys_enc": "UTF-8",
"sys_lang": "en_US"
},
"network_config": {
"type": "iso"
},
"no_pkg_lookups": false,
"ntp": true,
"offline": false,
"packages": [
"openssh"
],
"parallel downloads": 0,
"profile_config": null,
"script": "guided",
"silent": false,
"skip_ntp": false,
"skip_version_check": false,
"swap": false,
"timezone": "America/Chicago",
"uki": false,
"version": "2.8.1",
"!root-password": "trash"
}