From 38fe561a9216d9107d957b2f60a4b48c3532b0b4 Mon Sep 17 00:00:00 2001 From: Denis Glotov Date: Thu, 31 Jan 2013 19:56:52 +0400 Subject: [PATCH] Extend STATEfull partition to 3Gb in 2gb-rootfs-updatable disk layout. This is needed for vmtests to have enough space, because default size, although expandable, is too small in vm images. BUG=chromium-os:38088 TEST=cbuildbot x86-generic-asan amd-64-generic-asan --remote -g I07d31d8b -gI18fab01e -gI9f55fcd3 Change-Id: I9f55fcd3707859dca8304b8e0c78ebd39afea566 Reviewed-on: https://gerrit.chromium.org/gerrit/42390 Tested-by: Denis Glotov Reviewed-by: Don Garrett Commit-Queue: Denis Glotov --- build_library/legacy_disk_layout.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 18c16feaf9..e856c3e86e 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -191,6 +191,12 @@ } ], "2gb-rootfs-updatable": [ + { + "num": 1, + "label":"STATE", + "type":"data", + "blocks":"6291456" + }, { "num": 3, "label":"ROOT-A",