aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev/udevextras-config.in
diff options
context:
space:
mode:
authorJeremy Kerr <​jk@ozlabs.org>2008-04-12 23:32:44 +0000
committerJeremy Kerr <​jk@ozlabs.org>2008-04-12 23:32:44 +0000
commitc127031b746f68788e1b52392708ef404cd05f0d (patch)
treebe66d8430248681842f35d4568bffb375c50cfa0 /package/udev/udevextras-config.in
parent199a79d867c83e7380fd8e59b86b9a07a110fb95 (diff)
downloadupstream-c127031b746f68788e1b52392708ef404cd05f0d.tar.gz
upstream-c127031b746f68788e1b52392708ef404cd05f0d.tar.bz2
upstream-c127031b746f68788e1b52392708ef404cd05f0d.zip
Replace udev-vol-id pacakge with configurable udevextras
Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10805
Diffstat (limited to 'package/udev/udevextras-config.in')
-rw-r--r--package/udev/udevextras-config.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/package/udev/udevextras-config.in b/package/udev/udevextras-config.in
new file mode 100644
index 0000000000..3e940042f8
--- /dev/null
+++ b/package/udev/udevextras-config.in
@@ -0,0 +1,51 @@
+
+config UDEVEXTRAS_ata_id
+ bool
+ prompt "ata_id" if PACKAGE_udevextras
+ default n
+ help
+ ata_id can find unique identifiers for ATA devices
+
+config UDEVEXTRAS_cdrom_id
+ bool
+ prompt "cdrom_id" if PACKAGE_udevextras
+ default n
+ help
+ cdrom_id can find unique identifiers for CDROM devices
+
+config UDEVEXTRAS_dasd_id
+ bool
+ prompt "dasd_id" if PACKAGE_udevextras
+ default n
+ help
+ dasd_id can find unique identifiers for DASD devices
+
+config UDEVEXTRAS_path_id
+ bool
+ prompt "path_id" if PACKAGE_udevextras
+ default n
+ help
+ path_id can find the full path (eg. bus-device-partition)
+ of devices
+
+config UDEVEXTRAS_scsi_id
+ bool
+ prompt "scsi_id" if PACKAGE_udevextras
+ default n
+ help
+ scsi_id can find unique identifiers for SCSI devices
+
+config UDEVEXTRAS_volume_id
+ bool
+ prompt "volume_id" if PACKAGE_udevextras
+ default n
+ help
+ volume_id can find the volume label of storage devices
+
+config UDEVEXTRAS_usb_id
+ bool
+ prompt "usb_id" if PACKAGE_udevextras
+ default n
+ help
+ usb_id can find the unique id of USB devices
+