birth/config/image_config.json
2023-07-10 17:44:11 -06:00

11 lines
191 B
JSON

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