Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall back to /usr/lib/os-release if /etc/os-release doesn't exist #2380

Merged
merged 2 commits into from
Apr 19, 2022

Commits on Apr 10, 2022

  1. Fall back to /usr/lib/os-release if /etc/os-release doesn't exist

    From https://www.freedesktop.org/software/systemd/man/os-release.html:
    
    > 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.
    oscarwcl committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    2a927b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    1cc2f41 View commit details
    Browse the repository at this point in the history