tags 513867 + patch
thanks

Hi!

Here is a patch fixing this error. It's also updated to use grub-mkconfig_lib
instead the deprecated update-grub_lib.

========
diff -u memtest86+-2.11/debian/grub memtest86+-2.11/debian/grub
--- memtest86+-2.11/debian/grub
+++ memtest86+-2.11/debian/grub
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-source /usr/lib/grub/update-grub_lib
+. /usr/lib/grub/grub-mkconfig_lib
 if test -e /boot/memtest86+.bin ; then
   MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+.bin" )
   echo "Found memtest86+ image: $MEMTESTPATH" >&2
========

Thank you!

Best regards,
Nelson

Attachment: signature.asc
Description: Digital signature

Reply via email to