From 61772d46aa582c15a2c111b4356ae3d780d66f6b Mon Sep 17 00:00:00 2001 From: Denis Glotov Date: Fri, 25 Jan 2013 15:59:42 +0400 Subject: [PATCH] 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 Reviewed-by: Don Garrett Commit-Queue: Denis Glotov --- build_library/legacy_disk_layout.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 59517efcf8..18c16feaf9 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -190,6 +190,22 @@ "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": [ { "num": 3,