Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_disk: add support for bootfs_metadata_csum_seed image.yaml knob
Add support for a bootfs_metadata_csum_seed image.yaml knob that tells us to enable the metadata_csum_seed ext4 filesystem feature. This is gated behind an image.yaml knob because support for this feature flag was only recently added to grub. https://lists.gnu.org/archive/html/grub-devel/2021-06/msg00031.html This helps us not have to run a filesystem check before running tune2fs to randomize the filesystem UUID on first boot. See coreos/fedora-coreos-tracker#735 for more context. The knob in image.yaml will look like: ``` bootfs_metadata_csum_seed: true ```
- Loading branch information