mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-08-21 13:07:56 +00:00
74dd4636e4
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.