summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-03-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-03-10 17:10:41 +0000
commit0a7eda348ccf2e4591ac5db039482785fdd40021 (patch)
treeaca9746d8554b77b339e3adf2b255705f9744c17 /man/udevadm.xml
parente8c53080c41e0e651bc33185148925b7f6be4441 (diff)
downloadsystemd-0a7eda348ccf2e4591ac5db039482785fdd40021.tar.gz
udevadm verify: introduce --root option
When udevadm verify is invoked without positional arguments and loads all rules files from the system like the udev daemon does, this option can be used to operate on files underneath the specified root path.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index bafd5af0fb..503ec81091 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -769,6 +769,11 @@
parsed. When set to <constant>never</constant>, names will
never be resolved.</para>
</listitem>
+ <term><option>--root=<replaceable>PATH</replaceable></option></term>
+ <listitem>
+ <para>When looking for udev rules files located in udev/rules.d directories,
+ operate on files underneath the specified root path <replaceable>PATH</replaceable>.</para>
+ </listitem>
</varlistentry>
<xi:include href="standard-options.xml" xpointer="help" />