summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-22 22:36:10 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commitaa9c2a1e25756399227cc562ad690eaf023a93ff (patch)
tree6df02df44e0f264d7444f8b38b37c38a26dfb85e
parent358c8c20239a314b4684c54485c526deaf36dd3b (diff)
downloadsystemd-aa9c2a1e25756399227cc562ad690eaf023a93ff.tar.gz
[PATCH] add documentation about the multiple sysfs values that are now allowed for the LABEL rule.
-rw-r--r--udev.86
1 files changed, 5 insertions, 1 deletions
diff --git a/udev.8 b/udev.8
index c4ee23dcc7..5e411282ff 100644
--- a/udev.8
+++ b/udev.8
@@ -112,7 +112,8 @@ calling external program, that returns a string to match
.TP
.B LABEL
device label or serial number, like USB serial number, SCSI UUID or
-file system label
+file system label. Up to 5 different sysfs files can be checked, with
+all of the values being required in order to match the rule.
.br
.RB "keys: " BUS ", " SYSFS_
.TP
@@ -168,6 +169,9 @@ CALLOUT, BUS="scsi", PROGRAM="/sbin/scsi_id", ID="OEM 0815", NAME="disk1"
# USB printer to be called lp_color
LABEL, BUS="usb", SYSFS_serial="W09090207101241330", NAME="lp_color"
+# SCSI disk with a specific vendor and model number is to be called boot
+LABEL, BUS="scsi", SYSFS_vendor="IBM", SYSFS_model="ST336", NAME="boot%n"
+
# sound card with PCI bus id 00:0b.0 to be called dsp
NUMBER, BUS="pci", ID="00:0b.0", NAME="dsp"