fix(legacy_disk_layout.json): Omit unused partitions.

We don't need to reserve space on disk just to reserve partition
numbers. And now that partitions are aligned these blanks spots grew
from 512 bytes to 1MB which is not much but still silly.
This commit is contained in:
Michael Marineau 2013-10-16 19:44:49 -07:00
parent 03754b2d62
commit f6341fc31d

View File

@ -39,8 +39,8 @@
"num": 5,
"label":"ROOT-C",
"uuid":"d82521b4-07ac-4f1c-8840-ddefedc332f3",
"type":"coreos-rootfs",
"blocks":"1"
"type":"blank",
"blocks":"0"
},
{
"num": 6,
@ -50,15 +50,15 @@
},
{
"num": 7,
"type":"coreos-reserved",
"type":"blank",
"label":"coreos-reserved",
"blocks":"1"
"blocks":"0"
},
{
"num": 8,
"type":"coreos-reserved",
"type":"blank",
"label":"coreos-reserved",
"blocks":"1"
"blocks":"0"
},
{
"num": 9,