From fc0c3438fe3921a1dd618d1296d238583194b5e6 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 22 Oct 2013 22:49:35 +0300 Subject: [PATCH] systemd: user hwdb.d: add README --- packages/sysutils/systemd/config/hwdb.d/README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/sysutils/systemd/config/hwdb.d/README b/packages/sysutils/systemd/config/hwdb.d/README index e69de29bb2..22db6cc942 100644 --- a/packages/sysutils/systemd/config/hwdb.d/README +++ b/packages/sysutils/systemd/config/hwdb.d/README @@ -0,0 +1,10 @@ +Hardware Database Files + +The hwdb files are read from the files located in the system hwdb directory +/lib/udev/hwdb.d and the user runtime directory /storage/.config/hwdb.d +All hwdb files are collectively sorted and processed in lexical order, regardless of +the directories in which they live. However, files with identical filenames +replace each other. /lib/udev/hwdb.d/* takes precedence over /storage/.config/hwdb.d/* + +your files must be named 99-xxxxx.hwdb +