Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overlay: ignition-ostree-firstboot-uuid: use metadata_csum_seed fs fe…
…ature We're hitting issues in some cases where users are seeing the `tune2fs -U random` on the /boot filesystem fail even though it's ran directly after an `e2fsck`. To prevent needing a filesystem check at all let's store the metadata checksum seed in the superblock which will allow us to change the UUID without needing any filesystem checks. This was not possible before but we recently got a grub fix so that having this filesystem feature enabled wouldn't cause grub2 to throw an error. - https://lists.gnu.org/archive/html/grub-devel/2021-06/msg00031.html Fixes: coreos/fedora-coreos-tracker#735
- Loading branch information