blob: c4f8326ac9725f9c28d7c6b52d2b3d200305586d [file] [log] [blame]
{
"_comment": "See http://www.chromium.org/chromium-os/building-chromium-os/disk-layout-format",
"metadata":{
"rootdev_base": "/sys/devices/pci0000:00/0000:00:1c.0/mmc_host/mmc1/mmc1:0001/block/mmcblk1"
},
"parent": "legacy_disk_layout.json",
"layouts": {
# common is the standard layout template.
"common": [
{
# Slot A rootfs. Adjust to allow for more space.
"num": 3,
"fs_size_min": "1750 MiB",
"size_min": "2000 MiB"
}
],
# Used for factory install images. No need to adjust fs size or partition
# size since these do not need more space.
"factory_install": [
{
"num": 3,
"fs_size_min": "0 MiB",
"size_min": "0 MiB"
}
]
}
}