Comment 22 for bug 1845571

Revision history for this message
Mario Limonciello (superm1) wrote :

Thanks for the quick turnaround! I was able to do some quick testing with it, and it does fix the problem.

A few comments though:
* This line:
$(mount | grep -qF "$device on /cdrom ") && continue

Is what was in 134ubuntu10, so is that what you actually meant? It seems like it might want to be:
$(mount | grep -qE ""$device"p?[0-9]* on /cdrom ") && continue

If you want to use the new logic xnox added.

* The OEM recipe we use doesn't use some_device, it uses biggest_free in case it's relevant.