Merge pull request #181 from marineam/resize

fix(build_image): Switch STATE/ROOT partitions to coreos-resize type.
This commit is contained in:
Michael Marineau 2014-03-03 15:48:05 -08:00
commit 6bebce9dec

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"
} }
}, },