Created
December 15, 2024 23:43
-
-
Save vonpupp/72071aec576f3c477596c4a074254c12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"additional-repositories": [], | |
"archinstall-language": "English", | |
"audio_config": null, | |
"bootloader": "Grub", | |
"config_version": "3.0.1", | |
"disk_config": { | |
"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": "f247cf82-cf1c-4465-ab79-9c4b6e4fd3a2", | |
"size": { | |
"sector_size": { | |
"unit": "B", | |
"value": 512 | |
}, | |
"unit": "GiB", | |
"value": 1 | |
}, | |
"start": { | |
"sector_size": { | |
"unit": "B", | |
"value": 512 | |
}, | |
"unit": "MiB", | |
"value": 3 | |
}, | |
"status": "create", | |
"type": "primary" | |
}, | |
{ | |
"btrfs": [], | |
"dev_path": null, | |
"flags": [], | |
"fs_type": "btrfs", | |
"mount_options": [ | |
"compress=zstd" | |
], | |
"mountpoint": "/", | |
"obj_id": "261e8d99-3f8a-4f53-b931-360557a2780f", | |
"size": { | |
"sector_size": { | |
"unit": "B", | |
"value": 512 | |
}, | |
"unit": "GiB", | |
"value": 6 | |
}, | |
"start": { | |
"sector_size": { | |
"unit": "B", | |
"value": 512 | |
}, | |
"unit": "B", | |
"value": 1076887552 | |
}, | |
"status": "create", | |
"type": "primary" | |
} | |
], | |
"wipe": true | |
} | |
], | |
"lvm_config": { | |
"config_type": "default", | |
"vol_groups": [ | |
{ | |
"lvm_pvs": [ | |
"261e8d99-3f8a-4f53-b931-360557a2780f" | |
], | |
"name": "ArchinstallVg", | |
"volumes": [ | |
{ | |
"btrfs": [ | |
{ | |
"mountpoint": "/", | |
"name": "@" | |
}, | |
{ | |
"mountpoint": "/home", | |
"name": "@home" | |
}, | |
{ | |
"mountpoint": "/var/log", | |
"name": "@log" | |
}, | |
{ | |
"mountpoint": "/var/cache/pacman/pkg", | |
"name": "@pkg" | |
}, | |
{ | |
"mountpoint": "/.snapshots", | |
"name": "@.snapshots" | |
} | |
], | |
"fs_type": "btrfs", | |
"length": { | |
"sector_size": { | |
"unit": "B", | |
"value": 512 | |
}, | |
"unit": "GiB", | |
"value": 5 | |
}, | |
"mount_options": [ | |
"compress=zstd" | |
], | |
"mountpoint": "/", | |
"name": "root", | |
"obj_id": "172691ab-03d6-4427-8026-2b9992124b93", | |
"status": "create" | |
} | |
] | |
} | |
] | |
} | |
}, | |
"disk_encryption": { | |
"encryption_type": "lvm_on_luks", | |
"lvm_volumes": [], | |
"partitions": [ | |
"261e8d99-3f8a-4f53-b931-360557a2780f" | |
] | |
}, | |
"hostname": "archlinux", | |
"kernels": [ | |
"linux" | |
], | |
"locale_config": { | |
"kb_layout": "us", | |
"sys_enc": "UTF-8", | |
"sys_lang": "en_US" | |
}, | |
"mirror_config": null, | |
"network_config": { | |
"type": "nm" | |
}, | |
"ntp": true, | |
"packages": [ | |
"vim", | |
"emacs", | |
"python", | |
"ansible", | |
"git" | |
], | |
"parallel downloads": 0, | |
"profile_config": { | |
"gfx_driver": null, | |
"greeter": null, | |
"profile": { | |
"custom_settings": {}, | |
"details": [], | |
"main": "Minimal" | |
} | |
}, | |
"save_config": null, | |
"swap": true, | |
"timezone": "UTC", | |
"uki": false, | |
"version": "3.0.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment