Chroma/chroma.json
Curle 986c7816b1
Adjust structure of the image folder
Reduces the kernel initrd size.
2020-11-28 16:52:34 +00:00

20 lines
396 B
JSON

{
"disksize": 80,
"config": "img/boot/config",
"initrd": {
"type": "tar",
"file": "img/boot/exe"
},
"partitions": [
{
"type": "boot",
"size": 4,
"directory": "img/boot/loader"
},
{
"type": "Microsoft basic data",
"size": 76,
"name": "Chroma Data"
}
]
}