Here's a quick 'n dirty workaround reported by Olivier Naudan. This is not a fix at all, of course!
$ sudo vi /var/lib/dpkg/info/initramfs-tools.postinst # Add "exit 0" at the beginning of the script $ sudo dpkg --configure initramfs-tools $ sudo vi /var/lib/dpkg/info/initramfs-tools.postinst # Remove "exit 0" -- postinst trigger fails on eMMC https://bugs.launchpad.net/bugs/615773 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
