Please specify the lines that are incorrect in the Lucid debdiff. Is it these two from kdump.initramfs?
@@ -24,22 +24,50 @@ grep -q kdump_needed /proc/cmdline || exit 0 # Make sure makedumpfile assumptions are satisfied. -test -e $INFO || exit 0 -test -x $MAKEDUMPFILE || exit 0 +test -e $rootmnt/$INFO || exit 0 +test -x $rootmnt/$MAKEDUMPFILE || exit 0 Should the lines be removed or substituted with something else? Better yet, why not attach a diff against the current lucid-proposed version? :) I'd be happy to sponsor it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/828731 Title: kdump functionality not working as expected when /boot is a separate partition To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/828731/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
