From 0ac4e27840f7153e1b43df1cc16e19930c3c65a9 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 15 Nov 2019 13:46:29 +0100 Subject: [PATCH] build_library: replace coreos with flatcar in disk layout To make GPT partition type strings include flatcar- strings instead of coreos-, we need to change the disk layout file. --- build_library/disk_layout.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build_library/disk_layout.json b/build_library/disk_layout.json index 6c91ae736a..84b452c12d 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -26,7 +26,7 @@ "3":{ "label":"USR-A", "uuid":"7130c94a-213a-4e5a-8e26-6cce9662f132", - "type":"coreos-rootfs", + "type":"flatcar-rootfs", "blocks":"2097152", "fs_blocks":"260094", "fs_type":"ext2", @@ -36,7 +36,7 @@ "4":{ "label":"USR-B", "uuid":"e03dd35c-7c2d-4a47-b3fe-27f15780a57c", - "type":"coreos-rootfs", + "type":"flatcar-rootfs", "blocks":"2097152", "fs_blocks":"262144" }, @@ -56,18 +56,18 @@ }, "7":{ "label":"OEM-CONFIG", - "type":"coreos-reserved", + "type":"flatcar-reserved", "blocks":"131072" }, "8":{ "type":"blank", - "label":"coreos-reserved", + "label":"flatcar-reserved", "blocks":"0" }, "9":{ "label":"ROOT", "fs_label":"ROOT", - "type":"coreos-resize", + "type":"flatcar-resize", "blocks":"4427776", "fs_type":"ext4", "mount":"/"