summaryrefslogtreecommitdiff
path: root/src/machine-id-setup
Commit message (Collapse)AuthorAge
* machine-id-setup: use path_kill_slashes and modernizationsZbigniew Jędrzejewski-Szmek2014-03-14
|
* machine-id: add --root option to operate on an alternate fs treeGreg KH2014-03-14
| | | | | | | | | This makes it possible to initialize the /etc/machine-id file on an arbitrary filesystem hierarchy. This helps systems that wish to run this at image creation time in a subdirectory, or from initramfs before pivot-root is called. [tomegun: converted to using _cleanup_free_ macros]
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
| | | | | Among other things this makes sure we always expose a --version command and show it in the help texts.
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-04
| | | | Yay, we now have a completely generic systemd. No distribution specific checks anymore!
* log: correct usage of logging API at a few placesLennart Poettering2012-07-13
|
* machine-id-setup: add the usual command line parametersLennart Poettering2012-04-12
|
* main: we want all setup functions to be in files called xxx-setup.[ch]Lennart Poettering2012-04-12