Comment 6 for bug 234185

Revision history for this message
Hans Deragon (deragon) wrote :

Colin, your comment is valid. However, my patch tries to mount /cdrom as vfat or iso9660. The likelihood that /cdrom on a hard disk exist as vfat is remote. The likelihood that /cdrom exist on another USB stick you are trying to install is also remote. How many users will be burned by this?

If I had the time, I would fix it. However, I am busy with my current open source project http://autopoweroff.sourceforge.net

I agree that it is not robust. Probably we should add a test after mounting /cdrom to check if /cdrom indeed contains a valid Ubuntu image. `list-devices maybe-usb-floppy` should probably report the USB device/partition in the first place and thus `list-device partition` would not be necessary. I will leave to the author of this script to fix the issue. It has been months since I played with this thus my memory is failing.