From 65eb4378c3e1de25383d8cd606909e64c71edc80 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 16 Dec 2014 00:48:24 +0100 Subject: 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. --- man/udevadm.xml | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) (limited to 'man/udevadm.xml') diff --git a/man/udevadm.xml b/man/udevadm.xml index 38c1935fa8..4aa89646db 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -48,9 +48,6 @@ udevadm monitor options - - udevadm hwdb options - udevadm test options devpath @@ -512,56 +509,6 @@ - udevadm hwdb - <arg choice="opt"><replaceable>options</replaceable></arg> - - Maintain the hardware database index in /etc/udev/hwdb.bin. - - - - - - Compile the hardware database information located in /usr/lib/udev/hwdb.d/, - /etc/udev/hwdb.d/ and store it in /etc/udev/hwdb.bin. 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. - - - - - - Put the compiled database into /usr/lib/udev/hwdb.bin instead. - Use this if you want to ship a pre-compiled database in immutable system images, or - don't use /etc/udev/hwdb.d and want to avoid large binary files in - /etc. - - - - - - - Query the database with a modalias string, and print the - retrieved properties. - - - - - - - Alternative root path in the file system for reading and writing files. - - - - - - - Print help text. - - - - - udevadm test <arg choice="opt"><replaceable>options</replaceable></arg> <arg><replaceable>devpath</replaceable></arg> -- cgit v1.2.3-54-g00ecf