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

[stale] add OpenBSD support for generating the machine id if /etc/machine-id … #712

Closed
wants to merge 3 commits into from

Commits on Mar 22, 2021

  1. add OpenBSD support for generating the machine id if /etc/machine-id …

    …is unavailable
    
    use the hw.uuid sysctl on openbsd to get the hardware UUID in case /etc/machine-id
    is not available because /proc is linux-only
    rnagy committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    eb20d7b View commit details
    Browse the repository at this point in the history
  2. allow overriding the MAKE variable from the environment

    outside of linux GNU make is usually called gmake so let's
    allow overriding the MAKE variable from the environment
    rnagy committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1112685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8ec10f View commit details
    Browse the repository at this point in the history