8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"disksize": 16,
|
|
"initrd": { "type": "tar", "directory": "build/boot" },
|
|
"config": "bootparam.cfg",
|
|
"partitions": [
|
|
{ "type": "boot", "size": 16 }
|
|
]
|
|
}
|