You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
561 B
30 lines
561 B
{
|
|
"/dev/vda": {
|
|
"partitions": [
|
|
{
|
|
"boot": true,
|
|
"encrypted": false,
|
|
"filesystem": {
|
|
"format": "fat32"
|
|
},
|
|
"format": true,
|
|
"mountpoint": "/boot",
|
|
"size": "513MB",
|
|
"start": "5MB",
|
|
"type": "primary"
|
|
},
|
|
{
|
|
"encrypted": false,
|
|
"filesystem": {
|
|
"format": "ext4"
|
|
},
|
|
"format": true,
|
|
"mountpoint": "/",
|
|
"size": "100%",
|
|
"start": "518MB",
|
|
"type": "primary"
|
|
}
|
|
],
|
|
"wipe": true
|
|
}
|
|
}
|