1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 00:51:08 +03:00
systemd-stable/extras/scsi_id/README
patmans@us.ibm.com 1bed1db499 [PATCH] update udev extras/scsi_id to version 0.2
This patch updates scsi_id under udev from version 0.1 to version 0.2.
2005-04-26 21:13:06 -07:00

20 lines
491 B
Plaintext

scsi_id - generate a SCSI unique identifier for a given SCSI device
Primarily for use with udev callout config entries. This could also be
used by a multi-path configuration tool that requires SCSI id's.
Requires:
- Linux kernel 2.6
- libsysfs
No man page yet.
libsysfs 0_2_0 was not installing libsysfs.h or dlist.h, manually copy
those files to /usr/include/sys before compiling.
Build via make and make install.
Please send questions, comments or patches to patmans@us.ibm.com.