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

Bug#355595: marked as done (initramfs-tools - s390 modules)



Your message dated Wed, 15 Mar 2006 06:47:13 -0800
with message-id <E1FJXHN-00054E-Ga@spohr.debian.org>
and subject line Bug#355595: fixed in initramfs-tools 0.55b
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: initramfs-tools
Version: 0.53

The attached patch adds s390 specific modules.

Bastian

-- 
You!  What PLANET is this!
		-- McCoy, "The City on the Edge of Forever", stardate 3134.0
diff -urN initramfs-tools-0.53/hook-functions initramfs-tools-0.53.1/hook-functions
--- initramfs-tools-0.53/hook-functions	2006-02-27 09:42:52.000000000 +0100
+++ initramfs-tools-0.53.1/hook-functions	2006-03-06 17:12:04.000000000 +0100
@@ -153,7 +153,7 @@
 		done
 	;;
 	scsi)
-		for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic cciss ch dc395x dmx3191d dpt_i2o eata fdomain ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 qla2322 qla2xxx qla6312 qlogicfas408 qlogicfc sata_promise sata_nv sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc scsi_mod scsi_transport_fc scsi_transport_iscsi scsi_transport_spi sd_mod sym53c8xx tmscsim; do
+		for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic cciss ch dc395x dmx3191d dpt_i2o eata fdomain ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 qla2322 qla2xxx qla6312 qlogicfas408 qlogicfc sata_promise sata_nv sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc scsi_mod scsi_transport_fc scsi_transport_iscsi scsi_transport_spi sd_mod sym53c8xx tmscsim zfcp; do
 			manual_add_modules "${x}"
 		done
 	;;
@@ -167,12 +167,18 @@
 			manual_add_modules "${x}"
 		done
 	;;
+	dasd)
+		for x in dasd_eckd_mod dasd_fba_mod; do
+			manual_add_modules "${x}"
+		done
+	;;
 	*)
 		auto_add_modules base
 		auto_add_modules net
 		auto_add_modules ide
 		auto_add_modules scsi
 		auto_add_modules i2o
+		auto_add_modules dasd
 	;;
 	esac
 }

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.55b

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

initramfs-tools_0.55b.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.55b.dsc
initramfs-tools_0.55b.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.55b.tar.gz
initramfs-tools_0.55b_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.55b_all.deb



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

Debian distribution maintenance software
pp.
maximilian attems <maks@sternwelten.at> (supplier of updated initramfs-tools 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: Wed, 15 Mar 2006 13:23:51 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.55b
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@sternwelten.at>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 339092 352738 354708 355162 355486 355595 356850
Changes: 
 initramfs-tools (0.55b) unstable; urgency=low
 .
   * Thanks to Frederik Schüler for pointing to leftovers.
 .
 initramfs-tools (0.55) unstable; urgency=low
 .
   * scripts/init-premount/udev_helper: Fix modprobe args.
     Thanks Frans Pop <fjp@debian.org> for testing 0.54.
 .
   * scripts/local: Use quiet to load the fs. (closes: #339092)
 .
   * hook-functions: Really add the ieee1394 modules.
     Thanks to Michael Prokop <mikap@grml.org> for testing the fix.
 .
   * update-initramfs: Run lilo on updates if no grub is around.
     Thanks Adeodato Simó <adeodato@debian.org> for finding the issue.
     (Closes: #356850)
 .
 initramfs-tools (0.54) unstable; urgency=low
 .
   * hooks/lvm: lvm10 has also an vgchange - exit if no lvm2 libs.
     (closes: #354708)
 .
   * debian/copyright: Meniton current bzr archive. (closes: #352738)
 .
   * hook-functions: Add dac960 scsi driver. (closes: #355162)
 .
   * scripts/init-premount/udev_helper: add code by Scott James Remnant
     <scott@ubuntu.com> from the ubuntu udev hook. We now wait on scsi
     and usb devices to settle, load ide-generic on ide boot only if
     no root device appeared.
     The udev hook is adding ide.agent so no longer duplicate that code.
 .
   * hook-functions: auto_add_modules, split 1000 char wide lines up.
     Should allow better diffing. Splitting them out in proper files with
     each modules / line costs too much initramfs generation time.
     Should allow easier diffing.
 .
   * hook-functions: Add sata_mv thanks Kenshi Muto <kmuto@debian.org>.
     (closes: #355486)
 .
   * hook-functions: Add dasd class to auto_add_modules and dd zfcp module.
     Thanks to s390 support Bastian Blank <waldi@debian.org>. (closes: #355595)
 .
   * hook-functions: Add it821x. (closes #352460)
Files: 
 3d0b38029dbf3b60f888f4e2661f3458 631 utils optional initramfs-tools_0.55b.dsc
 1cc9226daff1b45dfcdf88a78e0f539d 36785 utils optional initramfs-tools_0.55b.tar.gz
 03e4831d0e2aed94fa535f5a7c2114fc 42086 utils optional initramfs-tools_0.55b_all.deb

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

iD8DBQFEGA1f6n7So0GVSSARAiKXAJ4tXiD5Q7QmhWYgtnnWx90CCKKw0gCeOmJy
J+9iAppRov2BT9YYgHxQNbs=
=S09n
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: