From 31cd4c47a979a3e6ce340f3bb76fa841d413f01d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Jul 2013 20:47:24 -0700 Subject: [PATCH] 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. --- build_library/legacy_disk_layout.json | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index 65eb2a2812..6ca9d47c69 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -15,27 +15,27 @@ { "num": 2, "label":"BOOT-B", - "type":"reserved", + "type":"coreos-reserved", "blocks":"32768" }, { "num": 3, "label":"ROOT-A", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"4194304", "fs_blocks":"262144" }, { "num": 4, "label":"ROOT-B", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"4194304", "fs_blocks":"262144" }, { "num": 5, "label":"ROOT-C", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"1" }, { @@ -46,14 +46,14 @@ }, { "num": 7, - "type":"reserved", - "label":"reserved", + "type":"coreos-reserved", + "label":"coreos-reserved", "blocks":"1" }, { "num": 8, - "type":"reserved", - "label":"reserved", + "type":"coreos-reserved", + "label":"coreos-reserved", "blocks":"1" }, { @@ -68,14 +68,14 @@ { "num": 3, "label":"ROOT-A", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"2539520", "fs_blocks":"262144" }, { "num": 4, "label":"ROOT-B", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"1" } ], @@ -89,14 +89,14 @@ { "num": 3, "label":"ROOT-A", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"860160", "fs_blocks":"102400" }, { "num": 4, "label":"ROOT-B", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"1" }, { @@ -110,14 +110,14 @@ { "num": 3, "label":"ROOT-A", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"2097152", "fs_blocks":"262144" }, { "num": 4, "label":"ROOT-B", - "type":"rootfs", + "type":"coreos-rootfs", "blocks":"2097152", "fs_blocks":"262144" },