If you run the installer and enable the developer debugging then a line of code get executed which tries to concatenate a python list to a string and the install process breaks. The line of code is in GLIArchitectureTemplate.py line 1096: # Output to file if self._debug: self._logger.log("DEBUG: setup_network_post(): writing resolv.conf with contents: "+resolv_output) resolv_output is a list. This error only occurs when you enable debugging output :(
Please, don't restrict bugs.
Fixed in CVS. Thanks. If you need to run in Verbose mode, you can update to the CVS version of the installer by opening a terminal and running '/opt/installer/misc/updategtkfe'.
Moving to Release Media/Installer.