confOS/archinstall/user_disk_layout.json
2023-02-05 12:21:23 +01:00

30 lines
564 B
JSON

{
"/dev/nvme0n1": {
"partitions": [
{
"boot": true,
"encrypted": false,
"filesystem": {
"format": "fat32"
},
"mountpoint": "/boot",
"size": "512MiB",
"start": "1MiB",
"type": "primary",
"wipe": true
},
{
"encrypted": false,
"filesystem": {
"format": "ext4"
},
"mountpoint": "/",
"size": "100%",
"start": "513MiB",
"type": "primary",
"wipe": true
}
],
"wipe": true
}
}