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

Better deal with errors when creating machine-id #14135

Closed
wants to merge 1 commit into from

Commits on Jul 24, 2020

  1. machine-id: be more aggressive about commiting transient ID

    Previously, systemd would error out when anything went wrong when
    positionning /etc/machine-id. An error would be displayed and boot would
    go on without a machine-id
    
    Now, unless /etc/machine-id is correct, systemd will create a
    /run/machine-id, even if it can't be bind mount it over /etc.
    
    systemd-machine-id-commit will detect if /run/machine-id exists instead
    of relying on the fact that /etc/machine-id is a mountpoint.
    boucman committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3c6ce1b View commit details
    Browse the repository at this point in the history