blob: ba04b280d08aec7f2b078790f4c880751e827d00 [file] [log] [blame]
# Disk layout for veyron. Adds space to rootfs filesystem without
# resizing the partitions.
{
"_comment": "See http://www.chromium.org/chromium-os/developer-guide/disk-layout-format",
"metadata":{
"rootdev_base": "/sys/devices/ff0f0000.dwmmc/mmc_host/mmc0/mmc0:0001/block/mmcblk0"
},
"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": "1628 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"
}
]
}
}