Fallback to /usr/lib/os-release if /etc one is missing
Closed this issue · 0 comments
evelikov commented
As seen in man os-release
The file /etc/os-release takes precedence over /usr/lib/os-release.
Applications should check for the former, and exclusively use its data
if it exists, and only fall back to /usr/lib/os-release if it is
missing. Applications should not read data from both files at the same