Skip to content

Commit a6f7fdd

Browse files
author
Sam
committed
Temporary set disk layout to aligment to 8192 blocks to leave some room for U-Boot
1 parent 8833bd6 commit a6f7fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_library/disk_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_comment": "See http://www.chromium.org/chromium-os/building-chromium-os/disk-layout-format",
33
"metadata":{
44
"_comment": "Partitions are aligned to 2MB (4096 blocks). For the sake of VHD disks sizes should align to *both* 2MB and a CHS cylender boundry for the common 16H 63S geometry (16*63 = 1008 blocks). The least common multiple of 4096 and 1008 is 258048 blocks.",
5-
"part_alignment": 4096,
5+
"part_alignment": 8192,
66
"disk_alignment": 258048,
77
"block_size": 512,
88
"fs_block_size": 4096

0 commit comments

Comments
 (0)