mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
Add a layout type named "big" to allow for gmerge/chrome development
BUG=none TEST=build_image --board=stumpy --disk_layout=big Change-Id: Id48bbdda2b3a570e267ae860acb87415db82a9b9 Reviewed-on: https://gerrit.chromium.org/gerrit/34685 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Liam McLoughlin <lmcloughlin@chromium.org> Tested-by: Liam McLoughlin <lmcloughlin@chromium.org> Reviewed-by: Peter Mayo <petermayo@chromium.org>
This commit is contained in:
parent
b688cbe4f4
commit
8ad01c5e9a
@ -175,13 +175,34 @@
|
|||||||
"blocks":"1"
|
"blocks":"1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pgo": [
|
"2gb-rootfs": [
|
||||||
{
|
{
|
||||||
"num": 3,
|
"num": 3,
|
||||||
"label":"ROOT-A",
|
"label":"ROOT-A",
|
||||||
"type":"rootfs",
|
"type":"rootfs",
|
||||||
"blocks":"2662400",
|
"blocks":"4194304",
|
||||||
"fs_blocks":"320000"
|
"fs_blocks":"512000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"num": 5,
|
||||||
|
"label":"ROOT-B",
|
||||||
|
"type":"rootfs",
|
||||||
|
"blocks":"1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"4gb-rootfs": [
|
||||||
|
{
|
||||||
|
"num": 3,
|
||||||
|
"label":"ROOT-A",
|
||||||
|
"type":"rootfs",
|
||||||
|
"blocks":"8388608",
|
||||||
|
"fs_blocks":"1024000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"num": 5,
|
||||||
|
"label":"ROOT-B",
|
||||||
|
"type":"rootfs",
|
||||||
|
"blocks":"1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user