Merge pull request #1170 from flatcar/kai/usr-btrfs

disk_layout: use btrfs for the /usr partition
This commit is contained in:
Kai Lüke 2023-10-20 13:26:21 +02:00 committed by GitHub
commit a85e51b03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@
"type":"flatcar-rootfs",
"blocks":"2097152",
"fs_blocks":"260094",
"fs_type":"ext2",
"fs_type":"btrfs",
"fs_compression":"zstd",
"mount":"/usr",
"features": ["prioritize", "verity"]
},