bcarnes
bcarnes
@reynhout Try doing a handful of suspend/resumes by just closing the laptop lid, then reopening it. Disable this fix, and see if the above causes you to see the i2c...
@reynhout We've noticed a few differences between our carolines so far. Which UEFI bios version are you on? (check via "sudo dmidecode") Can you update yours to the latest MrChromebox...
I'd added squashfs label & uuid capabilities for a project a few years back. I did it via a superblock flag, and then (when that flag is present), an extra_info...
[Here](https://github.com/util-linux/util-linux/compare/master...bcarnes:util-linux:squashfs-uuid-label) is the corresponding code in _util-linux_ / _libblkid_ for detecting and extracting the label and uuid...