[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#368660: marked as done (Cleanup of boot partition detection code)



Your message dated Mon, 12 Jun 2006 08:32:05 -0700
with message-id <E1FpoOb-0003Dh-3u@spohr.debian.org>
and subject line Bug#368660: fixed in elilo-installer 1.6
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: elilo-installer
Version: 1.5

The attached patch was created to fix the following problems installing
Ubuntu on ia64:

https://launchpad.net/distros/ubuntu/+source/elilo-installer/+bug/38232
https://launchpad.net/distros/ubuntu/+source/elilo-installer/+bug/40665

I haven't tested this on Debian, but the new code is cleaner and less
prone to failures imo.  However, there is now a dependency on partman's
find-partitions...
--- elilo-installer.postinst.orig	2006-05-23 15:03:27.552760152 -0600
+++ elilo-installer.postinst	2006-05-23 15:06:34.316367768 -0600
@@ -33,26 +33,13 @@
 
 rm -f /tmp/efi_boot.list
 
-for d in /dev/discs/*/disc; do
-    parted $d print | ( while read minor start end size fs nameflags ; do
-      case "$minor" in
-      Disk)
-	if [ "$start" = geometry ]; then
-	    dev=$(echo $size | sed -n "s|\([^:]*\)/disc:|\1|p")
-	fi
-	;;
-      [1-9])
-	case "$fs" in
-	fat16|fat32)
-	    if echo "$nameflags" | grep "boot" >/dev/null; then
-		echo ${dev}/part${minor} >> /tmp/efi_boot.list
-	    fi
-	    ;;
-	esac
-	;;
-      esac
-    done)
-done	
+/usr/lib/partconf/find-partitions --flag boot | while read part fs size; do
+    case $fs in
+        fat16|fat32)
+            echo "$part" >> /tmp/efi_boot.list
+            ;;
+    esac
+done
 if [ -s /tmp/efi_boot.list ]; then
     for d in `cat /tmp/efi_boot.list`; do
 	d=`mapdevfs $d`

--- End Message ---
--- Begin Message ---
Source: elilo-installer
Source-Version: 1.6

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

elilo-installer_1.6.dsc
  to pool/main/e/elilo-installer/elilo-installer_1.6.dsc
elilo-installer_1.6.tar.gz
  to pool/main/e/elilo-installer/elilo-installer_1.6.tar.gz
elilo-installer_1.6_i386.udeb
  to pool/main/e/elilo-installer/elilo-installer_1.6_i386.udeb



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 368660@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <dannf@debian.org> (supplier of updated elilo-installer 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Mon, 12 Jun 2006 09:20:10 -0600
Source: elilo-installer
Binary: elilo-installer
Architecture: source i386
Version: 1.6
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: dann frazier <dannf@debian.org>
Description: 
 elilo-installer - Install elilo on a hard disk (udeb)
Closes: 254059 368660
Changes: 
 elilo-installer (1.6) unstable; urgency=low
 .
   [ Colin Watson ]
   * Build on i386 (closes: #254059); add isinstallable file to restrict use
     of elilo to Apple i386 systems, which are the only EFI-using systems I
     know of at the moment.
   * Drop installer-menu-item number to 76 in order to be later than
     grub-installer and lilo-installer, to reduce the risk of breakage on
     i386.
   * Use partconf-find-partitions rather than trying and failing to parse the
     output of parted (thanks, Bryan Stillwell; closes: #368660).
Files: 
 3bf48dc4988de08d7db47188497e3bc9 608 debian-installer standard elilo-installer_1.6.dsc
 3ac3bbad32af7746f5b68294361a30db 45724 debian-installer standard elilo-installer_1.6.tar.gz
 ccf33c601fcbc7f57dc282ade60a3d30 26880 debian-installer standard elilo-installer_1.6_i386.udeb
Package-Type: udeb

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

iD8DBQFEjYZ8huANDBmkLRkRAusnAJ9G3Mm0GgsoKn7GJAtZOAfDW9F+bACbBgDF
UgJt+J2jwDjFY19VMAlVqR0=
=HIaQ
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: