chiark / gitweb /
rules_generator: add KERNEL=="<netifname>*" to generated rules
[elogind.git] / extras / edd_id / edd_id.8
1 .TH EDD_ID 8 "November 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 edd_id \- udev callout to identify BIOS disk drives via EDD
4 .SH SYNOPSIS
5 .BI edd_id
6 [\fI--export\fP] \fIblockdevice\fP
7 .SH "DESCRIPTION"
8 .B edd_id
9 is normally called from a udev rule, to provide udev with the edd id for
10 a BIOS disk drive. Udev can use this information to create symlinks in
11 /dev/disk/by-id and /dev/disk/by-label to the real device node.
12 .SH USAGE
13 .B edd_id
14 opens the blockdevice node specified at the commandline and prints the
15 information chosen by the options.
16 .SH OPTIONS
17 The following commandline switches are supported to specify what edd_id
18 should print:
19 .TP
20 .BI --export
21 print all values (instead of only the id)
22 .RE
23 .SH SEE ALSO
24 .BR udev (7)
25 .SH AUTHORS
26 Developed by John Hull <john_hull@dell.com> and Kay Sievers <kay.sievers@vrfy.org>.
27