From 938e0132d13c50d7e6bc7be7e30d152e2486591d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 17 Jul 2013 16:18:41 -0700 Subject: [PATCH 1/2] feat(legacy_disk_layout): increase boot metadata increase the boot metadata size to 64M --- build_library/legacy_disk_layout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 724c93895d..1d63e0a535 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -16,7 +16,7 @@ "num": 2, "label":"BOOT-B", "type":"coreos-reserved", - "blocks":"32768" + "blocks":"131072" }, { "num": 3, From 7cc09c349b1436f8228255b92b9ff07748b685b3 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 17 Jul 2013 16:19:30 -0700 Subject: [PATCH 2/2] feat(disk_layout): increase OEM size increase the size of the OEM partition to 128M --- build_library/legacy_disk_layout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 1d63e0a535..0d976054b0 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -45,7 +45,7 @@ "num": 6, "label":"OEM", "type":"data", - "blocks":"32768" + "blocks":"262144" }, { "num": 7,