Luna/luna.json

24 lines
472 B
JSON
Raw Permalink Normal View History

2022-09-05 14:13:51 +00:00
{
"diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 48,
2022-09-05 14:13:51 +00:00
"align": 1024,
"iso9660": true,
"config": "initrd/sys/config",
"initrd": {
"type": "tar",
"gzip": true,
"directory": "initrd"
},
"partitions": [
{
"type": "boot",
"size": 8
},
{
"type": "ext2",
"file": "build/ext2fs.bin",
"name": "luna-rootfs"
2022-09-05 14:13:51 +00:00
}
]
}