tags 489446 patch
thanks

I think I found the real culprit:

/etc/grub.d/10_linux, line 137:
[ `CompareVersions "$a" "$b"` == 1 ]

A proposed patch is attached.

Cheers,
Michael

--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/patches/02_old_linux_version_comparison.diff b/debian/patches/02_old_linux_version_comparison.diff
index 96e57d9..03f1733 100644
--- a/debian/patches/02_old_linux_version_comparison.diff
+++ b/debian/patches/02_old_linux_version_comparison.diff
@@ -101,7 +101,7 @@ Index: util/grub.d/10_linux.in
 -    *:*.old) b=`echo -n $b | sed -e s/\.old$//g` ; cmp=ge ;;
 -  esac
 -  test_numeric $a $cmp $b
-+  [ `CompareVersions "$a" "$b"` == 1 ]
++  [ `CompareVersions "$a" "$b"` -eq 1 ]
    return $?
  }
  

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to