mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 04:56:58 +02:00
Temporary set disk layout to aligment to 8192 blocks to leave some room for U-Boot
This commit is contained in:
parent
2cfaff8a65
commit
d80952de4b
@ -2,7 +2,7 @@
|
||||
"_comment": "See http://www.chromium.org/chromium-os/building-chromium-os/disk-layout-format",
|
||||
"metadata":{
|
||||
"_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.",
|
||||
"part_alignment": 4096,
|
||||
"part_alignment": 8192,
|
||||
"disk_alignment": 258048,
|
||||
"block_size": 512,
|
||||
"fs_block_size": 4096
|
||||
|
Loading…
Reference in New Issue
Block a user