File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ rootfs_size_mb="$(jq '."estimate-mb".final' "$PWD/tmp/ostree-size.json")"
219
219
# the platforms require and we want a "default" disk size that has some
220
220
# free space.
221
221
nonroot_partition_sizes=513
222
- # In the Secure Execution case, we need to also include the sizes of the verity
222
+ # In the Secure Execution case, we need to also include the sizes of the se and verity
223
223
# partitions so that they don't "eat into" the 35% buffer (though note this is
224
224
# all blown away on first boot anyway).
225
225
if [[ $secure_execution -eq " 1" ]]; then
226
- nonroot_partition_sizes=$(( nonroot_partition_sizes + 128 + 256 + 1 ))
226
+ nonroot_partition_sizes=$(( nonroot_partition_sizes + 200 + 128 + 256 + 1 ))
227
227
fi
228
228
metal_image_size_mb=" $(( rootfs_size_mb + nonroot_partition_sizes )) "
229
229
cloud_image_size_mb=" $( jq -r " .size*1024" < " ${image_json} " ) "
You can’t perform that action at this time.
0 commit comments