From 938e0132d13c50d7e6bc7be7e30d152e2486591d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 17 Jul 2013 16:18:41 -0700 Subject: [PATCH] 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,