Your message dated Fri, 7 Nov 2008 16:03:46 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#504114: mkbimage: fails to check stage2
has caused the Debian Bug report #504114,
regarding mkbimage: fails to check stage2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
504114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504114
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub
Version: 0.97-27etch1
Severity: normal
Tags: patch

If a chrootable environment, the source of a target bootable image, contains 
two or more files named stage2 (for instance: /usr/lib/grub/i386-pc/stage2; 
/boot/grub/stage2), then mkbimage fails. But 
in fact, the grub itself expects stage2 in /boot/grub, so we probably could fix 
that easy.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-1-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages grub depends on:
ii  libc6                  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libncurses5            5.5-5             Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information
--- /usr/bin/mkbimage.orig      2008-10-31 15:58:32.000000000 +0300
+++ /usr/bin/mkbimage   2008-10-31 16:47:26.000000000 +0300
@@ -366,7 +366,7 @@
 mkbimage_cp
 
 #We verify that the stage2 exists and we search the name
-stage2_os_name=`find ${image}1 -name stage2 -type f`
+stage2_os_name=`find ${image}1/boot -name stage2 -type f`
 
 [ -r "$stage2_os_name" ] || { echo "I can't find stage2!"; exit 1;}
 

--- End Message ---
--- Begin Message ---
Version: 0.97-29

mkbimage was removed from the package in 0.97-29.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


--- End Message ---

Reply via email to