[Server-devel] mkusbinstall

Jerry Vonau jvonau at shaw.ca
Wed Apr 28 18:44:59 EDT 2010


On Thu, 2010-04-29 at 08:33 +1000, James Cameron wrote:
> In mkusbinstall the existing code does this:
> 
> 	USBFS=$(/lib/udev/vol_id -t $dev)
> 
> it should do this
> 
> 	USBFS=$(blkid -s TYPE -o value $dev)
> 
> which works for me ...
> 
> and where it does this:
> 
> 	USBLABEL=$(/lib/udev/vol_id -l $dev)
> 
> it should probably do something like
> 
> 	USBLABEL=$(blkid -s LABEL -o value $dev)
> 
> but I've not tested that.
> 
Yup, that is the fix.

Jerry



More information about the Server-devel mailing list