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
This commit is contained in:
Kai Lüke 2021-08-03 10:50:06 +02:00
parent 832917d09e
commit 4321b2ab83

View File

@ -51,7 +51,8 @@
"fs_label":"OEM", "fs_label":"OEM",
"type":"data", "type":"data",
"blocks":"262144", "blocks":"262144",
"fs_type":"ext4", "fs_type":"btrfs",
"fs_compression":"zlib",
"mount":"/usr/share/oem" "mount":"/usr/share/oem"
}, },
"7":{ "7":{