Your message dated Wed, 25 Jul 2007 08:02:00 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Duplicate grub lines
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 ---
As said before, this is done intentionally.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/

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

Reply via email to