mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Added space to root partitions for bootcache
Added 200Meg to the root partitions where needed. BUG=chromium-os:25441 TEST=secuity_test_image for stumpy and daisy. Installed stumpy, parrot, daisy. Change-Id: Iaa049968f02b4d262ca5997b0844793f8acf999b Reviewed-on: https://gerrit.chromium.org/gerrit/37905 Tested-by: Paul Taysom <taysom@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Paul Taysom <taysom@chromium.org>
This commit is contained in:
parent
b65269bf01
commit
782425697f
@ -95,7 +95,7 @@
|
||||
"num": 3,
|
||||
"label":"ROOT-A",
|
||||
"type":"rootfs",
|
||||
"blocks":"2113672",
|
||||
"blocks":"2539520",
|
||||
"fs_blocks":"262144"
|
||||
},
|
||||
{
|
||||
@ -143,14 +143,14 @@
|
||||
"num": 3,
|
||||
"label":"ROOT-A",
|
||||
"type":"rootfs",
|
||||
"blocks":"2113672",
|
||||
"blocks":"2539520",
|
||||
"fs_blocks":"262144"
|
||||
},
|
||||
{
|
||||
"num": 5,
|
||||
"label":"ROOT-B",
|
||||
"type":"rootfs",
|
||||
"blocks":"2113672",
|
||||
"blocks":"2539520",
|
||||
"fs_blocks":"262144"
|
||||
}
|
||||
],
|
||||
@ -165,7 +165,7 @@
|
||||
"num": 3,
|
||||
"label":"ROOT-A",
|
||||
"type":"rootfs",
|
||||
"blocks":"2113672",
|
||||
"blocks":"2539520",
|
||||
"fs_blocks":"262144"
|
||||
},
|
||||
{
|
||||
@ -180,7 +180,7 @@
|
||||
"num": 3,
|
||||
"label":"ROOT-A",
|
||||
"type":"rootfs",
|
||||
"blocks":"4194304",
|
||||
"blocks":"4569600",
|
||||
"fs_blocks":"512000"
|
||||
},
|
||||
{
|
||||
@ -195,7 +195,7 @@
|
||||
"num": 3,
|
||||
"label":"ROOT-A",
|
||||
"type":"rootfs",
|
||||
"blocks":"8388608",
|
||||
"blocks":"8729600",
|
||||
"fs_blocks":"1024000"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user