mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
12 lines
508 B
JSON
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" }
|
|
]
|
|
}
|