mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"disksize": 128,
|
|
"config": "./config",
|
|
"initrd": { "type": "cpio", "gzip": true, "directory": "initrd" },
|
|
"iso9660": true,
|
|
"partitions": [
|
|
{ "type": "boot", "size": 16 }
|
|
]
|
|
}
|