blob: 37b4b092332fff9844d100f9327b2c6b6b05ee2f [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"]
}
],
# Used for bootable USB installs (not recovery).
"usb": [
{
# MiniOS Slot B unused on usb.
"num": 14,
"size": "2 MiB"
}
],
"recovery": [
{
# MiniOS Slot B unused on recovery.
"num": 14,
"size": "2 MiB"
}
]
}
}