Luna/luna.json
apio d7486326bf
tools: Generate the Ext2 filesystem using genext2fs instead
mkbootimg's filenames have some kind of bug...
2023-06-25 20:35:37 +02:00

24 lines
473 B
JSON

{
"diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 20,
"align": 1024,
"iso9660": true,
"config": "initrd/sys/config",
"initrd": {
"type": "tar",
"gzip": true,
"directory": "initrd"
},
"partitions": [
{
"type": "boot",
"size": 16
},
{
"type": "ext2",
"file": "build/ext2fs.bin",
"name": "luna-rootfs"
}
]
}