mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
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:
parent
cf7a09344b
commit
61772d46aa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user