18 lines
350 B
JSON
18 lines
350 B
JSON
|
{
|
||
|
"diskguid": "00000000-0000-0000-0000-000000000000",
|
||
|
"disksize": 128,
|
||
|
"align": 1024,
|
||
|
"iso9660": true,
|
||
|
"config": "initrd/sys/config",
|
||
|
"initrd": {
|
||
|
"type": "tar",
|
||
|
"gzip": true,
|
||
|
"directory": "initrd"
|
||
|
},
|
||
|
"partitions": [
|
||
|
{
|
||
|
"type": "boot",
|
||
|
"size": 16
|
||
|
}
|
||
|
]
|
||
|
}
|