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

12 lines
508 B
JSON

{
"diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 128,
"config": "boot/sys/config",
"initrd": { "type": "tar", "gzip": true, "directory": [ "boot", "boot" ] },
"iso9660": 1,
"partitions": [
{ "type": "fat32", "size": 16 },
{ "type": "00000000-0000-0000-0000-000000000000", "size": 32, "name": "MyOS usr", "file": "usrpart.bin" },
{ "type": "00000000-0000-0000-0000-000000000000", "size": 32, "name": "MyOS var", "file": "varpart.bin" }
]
}