fix(build_library/legacy_disk_layout): Use coreos- prefixes

vboot_reference now recognizes coreos-reserved and coreos-rootfs. Use
these prefixes so we stop using the chromeos GUIDs.

Test-plan: Tested on a VM and it boots and updates.
This commit is contained in:
Brandon Philips 2013-07-07 20:47:24 -07:00
parent 32a58da5de
commit 31cd4c47a9

View File

@ -15,27 +15,27 @@
{ {
"num": 2, "num": 2,
"label":"BOOT-B", "label":"BOOT-B",
"type":"reserved", "type":"coreos-reserved",
"blocks":"32768" "blocks":"32768"
}, },
{ {
"num": 3, "num": 3,
"label":"ROOT-A", "label":"ROOT-A",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"4194304", "blocks":"4194304",
"fs_blocks":"262144" "fs_blocks":"262144"
}, },
{ {
"num": 4, "num": 4,
"label":"ROOT-B", "label":"ROOT-B",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"4194304", "blocks":"4194304",
"fs_blocks":"262144" "fs_blocks":"262144"
}, },
{ {
"num": 5, "num": 5,
"label":"ROOT-C", "label":"ROOT-C",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"1" "blocks":"1"
}, },
{ {
@ -46,14 +46,14 @@
}, },
{ {
"num": 7, "num": 7,
"type":"reserved", "type":"coreos-reserved",
"label":"reserved", "label":"coreos-reserved",
"blocks":"1" "blocks":"1"
}, },
{ {
"num": 8, "num": 8,
"type":"reserved", "type":"coreos-reserved",
"label":"reserved", "label":"coreos-reserved",
"blocks":"1" "blocks":"1"
}, },
{ {
@ -68,14 +68,14 @@
{ {
"num": 3, "num": 3,
"label":"ROOT-A", "label":"ROOT-A",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"2539520", "blocks":"2539520",
"fs_blocks":"262144" "fs_blocks":"262144"
}, },
{ {
"num": 4, "num": 4,
"label":"ROOT-B", "label":"ROOT-B",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"1" "blocks":"1"
} }
], ],
@ -89,14 +89,14 @@
{ {
"num": 3, "num": 3,
"label":"ROOT-A", "label":"ROOT-A",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"860160", "blocks":"860160",
"fs_blocks":"102400" "fs_blocks":"102400"
}, },
{ {
"num": 4, "num": 4,
"label":"ROOT-B", "label":"ROOT-B",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"1" "blocks":"1"
}, },
{ {
@ -110,14 +110,14 @@
{ {
"num": 3, "num": 3,
"label":"ROOT-A", "label":"ROOT-A",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"2097152", "blocks":"2097152",
"fs_blocks":"262144" "fs_blocks":"262144"
}, },
{ {
"num": 4, "num": 4,
"label":"ROOT-B", "label":"ROOT-B",
"type":"rootfs", "type":"coreos-rootfs",
"blocks":"2097152", "blocks":"2097152",
"fs_blocks":"262144" "fs_blocks":"262144"
}, },