Your message dated Fri, 20 Jul 2007 06:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433612: fixed in live-helper 1.0~a19-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: live-helper
Version: 1.0~a18-1
Severity: normal

--- Please enter the report below this line. ---
Recently the lh_binary_grub helper started adding 2 fake lines in the
grub menu. Looking at the code, this snipped catch my attention:

  DEFAULT_FLAVOUR="`echo ${LIVE_LINUX_FLAVOURS} | awk '{ print $1 }'`"
  DEFAULT_KERNEL="`basename chroot/boot/vmlinuz-*${DEFAULT_FLAVOUR}`"
  DEFAULT_INITRD="initrd.img-`echo ${DEFAULT_KERNEL} | sed -e 's/vmlinuz-//'`"
  
  Grub_live_entry "live" "${DEFAULT_KERNEL}" "${DEFAULT_INITRD}"
  Grub_live_entry "live (fail-safe mode)" "${DEFAULT_KERNEL}" 
"${DEFAULT_INITRD}" "${FAILSAFE}"
  
  for KERNEL in chroot/boot/vmlinuz-*
  do
          VERSION="`basename ${KERNEL} | sed -e 's/vmlinuz-//'`"
  
          Grub_live_entry "live, kernel ${VERSION}" "`basename 
${DESTDIR_LIVE}`/`basename ${KERNEL}`" "`basename 
${DESTDIR_LIVE}`/initrd.img-${VERSION}"
          Grub_live_entry "live, kernel ${VERSION} (fail-safe mode)" "`basename 
${DESTDIR_LIVE}`/`basename ${KERNEL}`" "`basename 
${DESTDIR_LIVE}`/initrd.img-${VERSION}" "${FAILSAFE}"
  done

IMO the for loop catches twice the default kernel image. I mean, it has already 
been added explicitly, so the for loops add it again. Moreover the former 
addition is different not only in the lable name, but also in the path!
And at least in my case the former does not work at all (points to a non 
existing path)

Cheers

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.21.1-mactel

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.it.debian.org 
  500 testing         security.debian.org 

--- Package information. ---
Depends             (Version) | Installed
=============================-+-=============
cdebootstrap     (>= 0.3.15)  | 0.4.3
 OR debootstrap  (>= 0.3.3.2) | 1.0.0


-- 
Enrico Tassi


--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a19-1

We believe that the bug you reported is fixed in the latest version of
live-helper, which is due to be installed in the Debian FTP archive:

live-helper_1.0~a19-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a19-1.diff.gz
live-helper_1.0~a19-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a19-1.dsc
live-helper_1.0~a19-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a19-1_all.deb
live-helper_1.0~a19.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a19.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 16 Jul 2007 00:00:00 +0200
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a19-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[email protected]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live helper programs
Closes: 433611 433612
Changes: 
 live-helper (1.0~a19-1) unstable; urgency=medium
 .
   * New upstream release:
     - Supports using packages from the build host (Closes: #433611).
     - Adds destdir to default entries in grub (Closes: #433612).
Files: 
 bd6dd7c23ec9f0b9775b12b947bf2dd3 832 misc optional live-helper_1.0~a19-1.dsc
 1fa18b39ddacd1d963fdb4a41cff5181 1856157 misc optional 
live-helper_1.0~a19.orig.tar.gz
 ad965230f26a34cb40f4646d34f4e259 5633 misc optional 
live-helper_1.0~a19-1.diff.gz
 511c96ee2e2c9be75c4bf5350390ac21 1807418 misc optional 
live-helper_1.0~a19-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGoFX4+C5cwEsrK54RAu6CAJ9GO7MLSFUeuLNTxjRACf+d/KlEFACdFbIz
Iu79rjZ0ZGatdcMjMNsbpnI=
=ri7l
-----END PGP SIGNATURE-----


--- End Message ---
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to