Part of my add_info function as it appears on my computer:
def add_info(report, ui):
add_installation_log(report, 'UbiquitySyslog', 'syslog')
syslog = report['UbiquitySyslog']
if 'Buffer I/O error on device' in syslog:
if re.search('Attached .* CD-ROM (\w+)', syslog):
cd_drive = re.search('Attached .* CD-ROM (\w+)', syslog).group(1)
cd_error = re.search('Buffer I/O error on device %s' % cd_drive,
syslog)
else:
cd_error = None
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632184
Title:
image build with bodhibuilder crash near end-installation
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1632184/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs