merge / and /home partition
This commit is contained in:
parent
faee1d8026
commit
b85ed0ab7c
1 changed files with 4 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue