Luna/luna.json

18 lines
347 B
JSON
Raw Normal View History

2022-09-05 14:13:51 +00:00
{
"diskguid": "00000000-0000-0000-0000-000000000000",
2022-09-25 16:22:22 +00:00
"disksize": 8,
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",
2022-09-25 16:22:22 +00:00
"size": 8
2022-09-05 14:13:51 +00:00
}
]
}