Luna/luna.json
apio 8ace83f2ae
All checks were successful
continuous-integration/drone/push Build is passing
tools: Create an ext2 partition with the sysroot data in the disk image
2023-06-17 19:49:04 +02:00

25 lines
485 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",
"size": 2,
"directory": "base",
"name": "sysroot"
}
]
}