blob: 112ca879fc9223f3a4dc8af0944f609121d615fb [file] [log] [blame]
{
# For MiniOS testing purposes only. Do not use.
"parent": "disk_layout_v2.json",
"metadata": {
"block_size": 512,
"fs_block_size": 4096,
"fs_align": "2 MiB"
},
"layouts": {
# common is the standard layout template.
"common": [
{
# MiniOS A partition.
"num": 13,
"label": "MINIOS-A",
"type": "kernel",
"size": "64 MiB"
},
{
# MiniOS B partition.
"num": 14,
"label": "MINIOS-B",
"type": "kernel",
"size": "64 MiB",
# Places partition at the end of disk.
"features": ["last_partition"]
}
]
}
}