Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-14 | machine-id-setup: use path_kill_slashes and modernizations | Zbigniew Jędrzejewski-Szmek | |
2014-03-14 | machine-id: add --root option to operate on an alternate fs tree | Greg KH | |
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] | |||
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering | |
Yay, we now have a completely generic systemd. No distribution specific checks anymore! | |||
2012-07-13 | log: correct usage of logging API at a few places | Lennart Poettering | |
2012-04-12 | machine-id-setup: add the usual command line parameters | Lennart Poettering | |
2012-04-12 | main: we want all setup functions to be in files called xxx-setup.[ch] | Lennart Poettering | |