diff options
author | Michael Marineau <michael.marineau@coreos.com> | 2014-03-13 21:32:13 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-14 09:31:34 -0400 |
commit | cf9a4abdc24c43565d0890fcb88c00169057c0c4 (patch) | |
tree | f291ea0a08d58af263173b5858f5b53d04a9b962 /man/systemd-tmpfiles.xml | |
parent | 4cf7ea556aa1e74f9b34d4467f36d46a1bb25da3 (diff) |
tmpfiles: add --root option to operate on an alternate fs tree
This makes it possible to initialize or cleanup an arbitrary filesystem
hierarchy in the same way that it would be during system boot.
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 0b6264033d..fad2cbbb1a 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -139,19 +139,27 @@ </para></listitem> </varlistentry> <varlistentry> - <term><option>--prefix=PATH</option></term> + <term><option>--prefix=<replaceable>path</replaceable></option></term> <listitem><para>Only apply rules that apply to paths with the specified prefix. This option can be specified multiple times.</para></listitem> </varlistentry> <varlistentry> - <term><option>--exclude-prefix=PATH</option></term> + <term><option>--exclude-prefix=<replaceable>path</replaceable></option></term> <listitem><para>Ignore rules that apply to paths with the specified prefix. This option can be specified multiple times.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--root=<replaceable>root</replaceable></option></term> + <listitem><para>Takes a directory path + as an argument. All paths will be + prefixed with the given alternate <replaceable>root</replaceable> + path, including config search paths. + </para></listitem> + </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> |