Comment 42 for bug 828731

Revision history for this message
Barry Warsaw (barry) wrote :

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.