[Server-devel] mkusbinstall

James Cameron quozl at laptop.org
Wed Apr 28 18:33:30 EDT 2010


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.

-- 
James Cameron
http://quozl.linux.org.au/


More information about the Server-devel mailing list