Although the "bs=%sM" is wrong and will certainly confuse dd, it's not the source of this particular crash. It is
'count=1' % persist I think this line would make most sense: popen(['dd', 'if=/dev/zero', 'bs=%s' % persist, 'of=%s/casper-rw' % target, 'count=1']) -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
