birth/config/image_config.json
David Gonzalez Martin 0709f980af first commit
2023-07-09 11:24:30 -06:00

12 lines
217 B
JSON

{
"sector_count": 131072,
"sector_size": 512,
"image_name": "rise",
"partition_table": "gpt",
"partition": {
"name": "ESP",
"filesystem": "fat32",
"first_lba": 2048
}
}