diff options
author | Didier Roche <didrocks@ubuntu.com> | 2014-11-24 09:54:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-03 03:41:19 +0100 |
commit | 3fb394369ccd6787f8f883e0f81dc7f35cb1ec51 (patch) | |
tree | bd937a34fa38a7299c8c79aec985386966921881 /.gitignore | |
parent | 979ef53a268d6f54a309fc5c6015df5d4accbbd5 (diff) | |
download | systemd-3fb394369ccd6787f8f883e0f81dc7f35cb1ec51.tar.gz |
machine-id-commit: Introduce machine-id-commit binary
This binary enables to commit transient machine-id on disk if it becomes
writable.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e5953d3086..4e7ad2ad27 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,7 @@ /systemd-kmsg-syslogd /systemd-localed /systemd-logind +/systemd-machine-id-commit /systemd-machine-id-setup /systemd-machined /systemd-modeset |