1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00
bztsrc--bootboot/images/mkbootimg.json
2020-06-18 11:17:49 +02:00

9 lines
208 B
JSON

{
"disksize": 128,
"config": "./config",
"initrd": { "type": "cpio", "gzip": true, "directory": "initrd" },
"iso9660": true,
"partitions": [
{ "type": "boot", "size": 16 }
]
}