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

_______________________________________________
Server-devel mailing list
[email protected]
http://lists.laptop.org/listinfo/server-devel

Reply via email to