Luna/luna.json
apio 01359af288
All checks were successful
continuous-integration/drone/push Build is passing
tools: Make the Ext2 partition bigger (32M)
2023-07-22 16:11:34 +02:00

24 lines
472 B
JSON

{
"diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 48,
"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"
}
]
}