merge / and /home partition

This commit is contained in:
Mylloon 2022-06-06 14:53:02 +02:00
parent faee1d8026
commit b85ed0ab7c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,30 +14,17 @@
"wipe": true
},
{
"encrypted": false,
"encrypted": true,
"filesystem": {
"format": "ext4",
"mount_options": []
"format": "ext4"
},
"mountpoint": "/",
"size": "20GiB",
"start": "513MiB",
"type": "primary",
"wipe": true
},
{
"encrypted": false,
"filesystem": {
"format": "ext4",
"mount_options": []
},
"mountpoint": "/home",
"size": "100%",
"start": "20GiB",
"start": "513MiB",
"type": "primary",
"wipe": true
}
],
"wipe": true
}
}
}