--- /usr/share/ubiquity/install.py.orig 2008-07-18 18:44:29 +0000 +++ /usr/share/ubiquity/install.py 2008-07-26 04:15:14 +0000 @@ -658,7 +658,7 @@ if self.db.get('oem-config/enable') == 'true': oem_id = self.db.get('oem-config/id') oem_id_file = open( - os.path.join(self.target, 'var/log/installer/oem-id')) + os.path.join(self.target, 'var/log/installer/oem-id'), 'w') print >>oem_id_file, oem_id oem_id_file.close() except (debconf.DebconfError, IOError):