mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
The funky UUID and other special settings should only be applied to coreos-rootfs and coreos-usr partitions which will never be fscked. When STATE becomes ROOT in -usr images it gets fsked while mounted read-only and fsck updates the filesystem's UUID if it is blank. Turns out this causes disagreement between the kernel and the disk leading to bad things. A related issue was fixed in a newer version of tune2fs but unless I missed it the same bugfix didn't make it into e2fsck so updating wouldn't resolve the issue. http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.9
Description
Languages
Shell
93.1%
Python
6.9%