From 4321b2ab83ef5929a7fde7359816ec728b3e564f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Tue, 3 Aug 2021 10:50:06 +0200 Subject: [PATCH] Revert "Revert "disk_layout: use btrfs for the OEM partition"" This reverts commit bb9ddfb08a83a456fc56962e62538bdfc0031a2f, meaning that the planned change is now done and we switch the OEM partition to btrfs. The reason for the revert is resolved in https://github.com/kinvolk/ignition/pull/22 --- build_library/disk_layout.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_library/disk_layout.json b/build_library/disk_layout.json index 1022069f79..5db159b6f8 100644 --- a/build_library/disk_layout.json +++ b/build_library/disk_layout.json @@ -51,7 +51,8 @@ "fs_label":"OEM", "type":"data", "blocks":"262144", - "fs_type":"ext4", + "fs_type":"btrfs", + "fs_compression":"zlib", "mount":"/usr/share/oem" }, "7":{