Comment 0 for bug 89461

Revision history for this message
Kristian Klette (klette) wrote : Crash if old install exists on harddrive

Binary package hint: ubiquity

ubiquity crashes if you try to install on an allready installed system. ubiquity-installer gives OSError: File exists on line 428 (ish, around there somewhere)

Should be an easy fix, just wrap a try tag around it and maybe give the user some options, overwrite the file, skip the file or reformat the partition.
Shouldn't die hard at least ;)