From ae03aaf368682c78976edce1b107032b2b81f458 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 20 Jan 2014 11:36:53 -0800 Subject: [PATCH] fix(build_image): Switch STATE/ROOT partitions to coreos-resize type. This is used by the new resize implementation to identify which partition to resize during boot. --- build_library/legacy_disk_layout.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 075e591e15..001d272c62 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -61,7 +61,7 @@ }, "9":{ "label":"STATE", - "type":"data", + "type":"coreos-resize", "blocks":"1048576", "fs_type":"ext4", "mount":"/media/state", @@ -90,7 +90,6 @@ "vm":{ "9":{ "label":"STATE", - "type":"data", "blocks":"6291456" } }, @@ -112,7 +111,6 @@ "vagrant":{ "9":{ "label":"STATE", - "type":"data", "blocks":"33587200" } },