merge / and /home partition
This commit is contained in:
parent
faee1d8026
commit
b85ed0ab7c
1 changed files with 4 additions and 17 deletions
|
@ -14,26 +14,13 @@
|
||||||
"wipe": true
|
"wipe": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"encrypted": false,
|
"encrypted": true,
|
||||||
"filesystem": {
|
"filesystem": {
|
||||||
"format": "ext4",
|
"format": "ext4"
|
||||||
"mount_options": []
|
|
||||||
},
|
},
|
||||||
"mountpoint": "/",
|
"mountpoint": "/",
|
||||||
"size": "20GiB",
|
|
||||||
"start": "513MiB",
|
|
||||||
"type": "primary",
|
|
||||||
"wipe": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"encrypted": false,
|
|
||||||
"filesystem": {
|
|
||||||
"format": "ext4",
|
|
||||||
"mount_options": []
|
|
||||||
},
|
|
||||||
"mountpoint": "/home",
|
|
||||||
"size": "100%",
|
"size": "100%",
|
||||||
"start": "20GiB",
|
"start": "513MiB",
|
||||||
"type": "primary",
|
"type": "primary",
|
||||||
"wipe": true
|
"wipe": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue