mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

It requires vmware workstation to be installed (and zerofree optionally, but highly recommended)
18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "Minimize size plugin manifest",
|
|
"type": "object",
|
|
"properties": {
|
|
"volume": {
|
|
"type": "object",
|
|
"properties": {
|
|
"partitions": {
|
|
"type": "object",
|
|
"properties": {
|
|
"type": { "enum": ["none"] }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|