Package: extlinux Version: 2:4.02+dfsg-2 Severity: serious Tags: patch When installing a new kernel, extlinux does not add a corresponding entry to the syslinux menu.
If you also happen to remove the last kernel that in your syslinux menu
at the same time, then you are left with an unbootable system, hence RC
severity. The same bug exists for removing kernels but this is not as
bad.
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
diff -urNd syslinux-4.02+dfsg.orig/debian/local/zz-extlinux
syslinux-4.02+dfsg/debian/local/zz-extlinux
--- syslinux-4.02+dfsg.orig/debian/local/zz-extlinux 2010-08-03
18:25:23.000000000 -0400
+++ syslinux-4.02+dfsg/debian/local/zz-extlinux 2010-08-03 18:26:11.000000000
-0400
@@ -3,7 +3,7 @@
set -e
# Exit if extlinux was removed (!= purged)
-if [ ! -x /usr/bin/extlinux ]
+if [ ! -x /usr/sbin/extlinux-update ]
then
exit 0
fi
signature.asc
Description: PGP signature

