Hi,

there is a bug in the patch for this issue. It is missing " for the string
compare. A corrected patch ist attached.

Holger Mense

-- 
Holger Mense                                 http://www.project2501.de
--- debian/postinst.orig        2006-08-18 15:08:52.000000000 +0200
+++ debian/postinst     2006-08-18 15:05:54.000000000 +0200
@@ -4,7 +4,7 @@

 # offer to run LILO
 # (adapted from snippet by [EMAIL PROTECTED])
-if [ -x /sbin/lilo -a -r /etc/lilo.conf ] &&
+if [ -x /sbin/lilo -a -r /etc/lilo.conf ] && [ "${DEBIAN_FRONTEND}" != 
"noninteractive" ] &&
        grep "image.*=.*/boot/memtest86+.bin" /etc/lilo.conf >/dev/null
 then
     echo "You seem to have an entry for memtest86+ in /etc/lilo.conf."

Attachment: signature.asc
Description: Digital signature

Reply via email to