summaryrefslogtreecommitdiff
path: root/extras/volume_id/README
AgeCommit message (Collapse)Author
2007-05-04vol_id: README updateKay Sievers
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers
Patch from Red Hat.
2006-03-30volume_id: update READMEKay Sievers
2006-03-21volume_id: remove all partition table supportKay Sievers
2006-03-21volume_id: remove partition table parsing codeKay Sievers
2005-07-13volume_id: remove s390 dasd handling, it is dasd_id nowKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-26rename udev_volume_id to vol_id and add --export optionKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-04-26[PATCH] udev_volume_id: remove temporary node creation and parent handlingkay.sievers@vrfy.org
udev can create the temporary node for us now. (On bootup we don't know where a writable filesystem is mounted). Also the parent handling is not needed anymore, cause udev is able to pass us the node name of the parent device.
2005-04-26[PATCH] udev_volume_id updatekay.sievers@vrfy.org
Here is a update to extras/volume_id/* o The device is now specified by the DEVPATH in the environment, it's no longer needed to pass the major/minor to the callout. o leading spaces and slashes are now removed from the returned string and spaces are replaced by underscore, to not to confuse udev. o Arnd Bergmann <arnd@arndb.de> provided the code to recognize s390 dasd disk labels. The -d switch tries to read the main block device instead of the partition.