From 92f2f92edcad46ce4098ee26504edca0a1dad68e Mon Sep 17 00:00:00 2001 From: Greg KH Date: Fri, 14 Mar 2014 04:43:04 +0000 Subject: machine-id: add --root option to operate on an alternate fs tree 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] --- man/systemd-machine-id-setup.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index 5c34b345d0..b879b40b99 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -96,6 +96,14 @@ The following options are understood: + + + Takes a directory path + as an argument. All paths will be + prefixed with the given alternate ROOT + path, including config search paths. + + -- cgit v1.2.3-54-g00ecf