mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-09-08 06:31:47 +00:00
Calling stat() on some filesystems, like Btrfs, results in a dev_t with no relation to the backing device(s), and subsequent failure to detect the root fs. Add support such filesystems by retrieving the block device from `/proc/self/mounts` and working on from there. Resolves #61, #182 and #193.