In debian/kexec-tools.postinst we have # no triggers in grub2, # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542 if [ -x /usr/sbin/update-grub ]; then update-grub fi
This does not work with grub, only with grub2, suggesting using trigger here. Temporarily removing /usr/sbin/update-grub let this package install. ** Bug watch added: Debian Bug tracker #481542 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542 -- package kexec-tools 1:2.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt) https://bugs.launchpad.net/bugs/518853 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
