archinstall-profiles/awesome/user_disk_layout.json

32 lines
797 B
JSON

{
"/dev/sda": {
"partitions": [
{
"boot": true,
"encrypted": false,
"filesystem": {
"format": "fat32"
},
"mountpoint": "/boot",
"size": "203MiB",
"start": "3MiB",
"type": "primary",
"wipe": true
},
{
"encrypted": false,
"filesystem": {
"format": "ext4",
"mount_options": []
},
"mountpoint": "/",
"size": "100%",
"start": "206MiB",
"type": "primary",
"wipe": true
}
],
"wipe": true
}
}