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

Bug#419141: marked as done (iso-scan: Allow multiple architecture iso images)



Your message dated Thu, 26 Apr 2007 06:32:03 +0000
with message-id <E1HgxWN-0005Ot-2V@ries.debian.org>
and subject line Bug#419141: fixed in iso-scan 1.21
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: iso-scan
Version: 1.19
Severity: wishlist
Tags: patch

The vollowing patch would allow you have have both the i386 and amd64 ISO
images on a USB key, and the correct one would be mounted based on whether
you booted a 32 or 64 bit kernel.

*** iso-scan.postinst.orig	Fri Apr 13 14:48:55 2007
--- iso-scan.postinst	Fri Apr 13 13:56:01 2007
***************
*** 19,25 ****
  }
  		
  is_debian_iso () {
! 	test -e /cdrom/.disk/info
  }
  
  register_cd () {
--- 19,34 ----
  }
  		
  is_debian_iso () {
! 	if [ -e /cdrom/.disk/info ] ; then
! 		case "$(archdetect)" in
! 		     i386/*)
! 		         test -e /cdrom/install.386 ;;
! 		     amd64/*)
! 		         test -e /cdrom/install.amd ;;
! 		     *)
! 		         return 1
! 	        esac
!         fi
  }
  
  register_cd () {


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: iso-scan
Source-Version: 1.21

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

iso-scan_1.21.dsc
  to pool/main/i/iso-scan/iso-scan_1.21.dsc
iso-scan_1.21.tar.gz
  to pool/main/i/iso-scan/iso-scan_1.21.tar.gz
iso-scan_1.21_all.udeb
  to pool/main/i/iso-scan/iso-scan_1.21_all.udeb
load-iso_1.21_all.udeb
  to pool/main/i/iso-scan/load-iso_1.21_all.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 419141@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated iso-scan 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: Thu, 26 Apr 2007 08:10:15 +0200
Source: iso-scan
Binary: load-iso iso-scan
Architecture: source all
Version: 1.21
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 iso-scan   - Scan hard drives for an installer ISO image (udeb)
 load-iso   - Load installer components from an installer ISO (udeb)
Closes: 419141
Changes: 
 iso-scan (1.21) unstable; urgency=low
 .
   [ Joey Hess ]
   * Ensure that the Release file of an iso says that it supports
     the installation architecture. If not, skip that iso. This will allow
     putting multiple isos on a usb stick for different architectures.
     Closes: #419141
   * Use maybe-usb-floppy from di-utils 1.48 in the hack that deals with usb
     sticks that show up as floppies, as this is probably better than scanning
     all floppies.
Files: 
 60d9ae1b6b0267247e15dd3c3d027344 665 debian-installer optional iso-scan_1.21.dsc
 2655407ea6423c9217155f9bc005f513 63340 debian-installer optional iso-scan_1.21.tar.gz
 0e6ec856fba276649e2868c4eaea96e8 41100 debian-installer optional iso-scan_1.21_all.udeb
 40fa0941aa34e455fee90792b64f97d5 3400 debian-installer extra load-iso_1.21_all.udeb
Package-Type: udeb

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

iD8DBQFGMEPZgm/Kwh6ICoQRAppdAJ9aEE6Nj0W51sLd8NxvNKyQWtMMyQCeMuzR
Ni0ni+LMyXiiFEExr9aiZbI=
=1WXM
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: