Curle
5498f1f923
This involves a new img/ folder, a new program called mkbootimg, the accompanying chroma.json file that instructs mkbootimg how to create the image. An extra Powershell script is included for brevity.
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"disksize": 80,
|
|
"config": "img/boot/config",
|
|
"initrd": {
|
|
"type": "tar",
|
|
"directory": "img/boot"
|
|
},
|
|
"partitions": [
|
|
{
|
|
"type": "boot",
|
|
"size": 4
|
|
},
|
|
{
|
|
"type": "Microsoft basic data",
|
|
"size": 76,
|
|
"name": "Chroma Data"
|
|
}
|
|
]
|
|
} |