From dfb7d8d115e5c15c790dce02fa535e7ea2c0f1fe Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 28 Aug 2013 11:48:18 -0700 Subject: [PATCH] fix(build_library): Drop default 'base' layout to 512MB for STATE. This will further reduce the amount of dd'ing required when using block devices. --- 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 098bf4b114..fcdcf0ec0c 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -63,7 +63,7 @@ "num": 9, "label":"STATE", "type":"data", - "blocks":"2097152" + "blocks":"1048576" } ], "vm": [