summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-16 00:48:24 +0100
committerTom Gundersen <teg@jklm.no>2014-12-18 15:37:27 +0100
commit65eb4378c3e1de25383d8cd606909e64c71edc80 (patch)
tree96c6ce50bb3eefea4322a22884d15c013929fc7b /man/udevadm.xml
parentb98b483bac585af754e8a22ea890db8486905d8a (diff)
systemd-hwdb: introduce new tool
This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 38c1935fa8..4aa89646db 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -49,9 +49,6 @@
<command>udevadm monitor <optional>options</optional></command>
</cmdsynopsis>
<cmdsynopsis>
- <command>udevadm hwdb <optional>options</optional></command>
- </cmdsynopsis>
- <cmdsynopsis>
<command>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></command>
</cmdsynopsis>
<cmdsynopsis>
@@ -512,56 +509,6 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm hwdb
- <arg choice="opt"><replaceable>options</replaceable></arg>
- </title>
- <para>Maintain the hardware database index in <filename>/etc/udev/hwdb.bin</filename>.</para>
- <variablelist>
- <varlistentry>
- <term><option>-u</option></term>
- <term><option>--update</option></term>
- <listitem>
- <para>Compile the hardware database information located in /usr/lib/udev/hwdb.d/,
- /etc/udev/hwdb.d/ and store it in <filename>/etc/udev/hwdb.bin</filename>. This should be done after
- any update to the source files; it will not be called automatically. The running
- udev daemon will detect a new database on its own and does not need to be
- notified about it.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>--usr</option></term>
- <listitem>
- <para>Put the compiled database into <filename>/usr/lib/udev/hwdb.bin</filename> instead.
- Use this if you want to ship a pre-compiled database in immutable system images, or
- don't use <filename>/etc/udev/hwdb.d</filename> and want to avoid large binary files in
- <filename>/etc</filename>.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-t</option></term>
- <term><option>--test=<replaceable>string</replaceable></option></term>
- <listitem>
- <para>Query the database with a modalias string, and print the
- retrieved properties.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-r</option></term>
- <term><option>--root=<replaceable>string</replaceable></option></term>
- <listitem>
- <para>Alternative root path in the file system for reading and writing files.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-h</option></term>
- <term><option>--help</option></term>
- <listitem>
- <para>Print help text.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect2>
-
<refsect2><title>udevadm test
<arg choice="opt"><replaceable>options</replaceable></arg>
<arg><replaceable>devpath</replaceable></arg>