Add 2gb-rootfs-updateble disk layout.

This is to be used with build_image and image_to_vm by cros buildbots
that need more rootfs size.

Unlike 2gb-rootfs, it has both ROOT-A and ROOT-B enlarged to 2gb, so
that image update test (1_update in SimpleTestsUpdateAndVerify) is possible.

BUG=chromium-os:38088
TEST=cbuildbot x86-generic-asan amd-64-generic-asan --remote -g I6f497214 -g I07d31d8b

Change-Id: I6f497214f54f4457cf2b40610beb9272622d1a47
Reviewed-on: https://gerrit.chromium.org/gerrit/41814
Tested-by: Denis Glotov <glotov@chromium.org>
Reviewed-by: Don Garrett <dgarrett@chromium.org>
Commit-Queue: Denis Glotov <glotov@chromium.org>
This commit is contained in:
Denis Glotov 2013-01-25 15:59:42 +04:00 committed by ChromeBot
parent cf7a09344b
commit 61772d46aa

View File

@ -190,6 +190,22 @@
"blocks":"1" "blocks":"1"
} }
], ],
"2gb-rootfs-updatable": [
{
"num": 3,
"label":"ROOT-A",
"type":"rootfs",
"blocks":"4569600",
"fs_blocks":"512000"
},
{
"num": 5,
"label":"ROOT-B",
"type":"rootfs",
"blocks":"4569600",
"fs_blocks":"512000"
}
],
"4gb-rootfs": [ "4gb-rootfs": [
{ {
"num": 3, "num": 3,