Package: debian-installer
Version: 20061102
Severity: minor
Tested debian-testing-powerpc-netinst.iso today.
When a menu asks the user to choose among available kernels, the
following package was one of them:
kernel-image-2.6-powerpc
but this package, while it would work, is obsolete in etch, as the
kernel packages are now named linux-image-*, so it would be very nice
if we could have the real package for etch:
linux-image-2.6-powerpc
Maybe this patch fixes this bug, but I'm not sure:
diff -ru debian-installer-20061102.orig/build/pkg-lists/kernel
debian-installer-20061102/build/pkg-lists/kernel
--- debian-installer-20061102.orig/build/pkg-lists/kernel 2006-07-26
00:48:21.000000000 +0200
+++ debian-installer-20061102/build/pkg-lists/kernel 2006-12-03
14:17:28.068754346 +0100
@@ -1,3 +1,3 @@
# Just the kernel of right version. Included on all images that are
# bootable.
-kernel-image-${kernel:Version}
+linux-image-${kernel:Version}
Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]