Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_library/disk_layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ CONFIG_XEN_DEBUG_FS=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_PVH=y

# CONFIG_NET_VENDOR_STMICRO is not set
Loading