Package: kernel-package
Version: 10.051
Severity: normal
Tags: patch
I think this is the trivial fix:
---8<---
--- /usr/share/kernel-package/pkg/image/postinst~ 2006-08-06
02:41:58.000000000 +0200
+++ /usr/share/kernel-package/pkg/image/postinst 2006-08-07
09:19:09.000000000 +0200
@@ -1248,7 +1248,7 @@ sub run_lilo (){
# So, if the user has explicitly asked for the loader to be run, or
# if there is no postinst hook, or if there is no grub installed --
# we are OK. Or else, we ask.
- if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub')) {
+ if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub'))) {
print STDERR "Running boot loader as requested\n";
}
else {
--->8---
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages kernel-package depends on:
ii dpkg 1.13.22 package maintenance system for Deb
ii dpkg-dev 1.13.22 package building tools for Debian
ii file 4.17-2 Determines file type using "magic"
ii gcc [c-compiler] 4:4.1.1-5 The GNU C compiler
ii gcc-2.95 [c-compiler] 1:2.95.4-27 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-6 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.1-10 The GNU C compiler
ii gettext 0.14.6-1 GNU Internationalization utilities
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii po-debconf 1.0.5 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-3 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6-18 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]