Comment 8 for bug 417415

Revision history for this message
Frederick Grose (fgrose) wrote :

Sorry, I got the changes reversed.

The /LiveOS/livecd-iso-to-disk file on the soas04.iso contains the old line:
USBLABEL="UUID=$(/lib/udev/vol_id -u $USBDEV)"

and needs the newer line:
USBLABEL="UUID=$(/sbin/blkid -s UUID -o value $USBDEV)"