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.
This commit is contained in:
Michael Marineau 2014-01-20 11:36:53 -08:00
parent c465be03f2
commit ae03aaf368

View File

@ -61,7 +61,7 @@
}, },
"9":{ "9":{
"label":"STATE", "label":"STATE",
"type":"data", "type":"coreos-resize",
"blocks":"1048576", "blocks":"1048576",
"fs_type":"ext4", "fs_type":"ext4",
"mount":"/media/state", "mount":"/media/state",
@ -90,7 +90,6 @@
"vm":{ "vm":{
"9":{ "9":{
"label":"STATE", "label":"STATE",
"type":"data",
"blocks":"6291456" "blocks":"6291456"
} }
}, },
@ -112,7 +111,6 @@
"vagrant":{ "vagrant":{
"9":{ "9":{
"label":"STATE", "label":"STATE",
"type":"data",
"blocks":"33587200" "blocks":"33587200"
} }
}, },