Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(usrmount): do not empty _dev variable
Currently $_dev is always overridden with the value returned by label_uuid_to_dev(). This results in an empty value if $_dev is a device path. Fix this by calling label_uuid_to_dev() conditionally. Bug: https://bugs.gentoo.org/807971 Fixes: d353297
- Loading branch information