diff -Nru /tmp/1Kt9fEOkpA/initramfs-tools-0.69ubuntu20/debian/changelog /tmp/13wRL90cpd/initramfs-tools-0.69ubuntu20.0edgy1/debian/changelog --- /tmp/1Kt9fEOkpA/initramfs-tools-0.69ubuntu20/debian/changelog 2006-10-25 01:24:55.000000000 -0700 +++ /tmp/13wRL90cpd/initramfs-tools-0.69ubuntu20.0edgy1/debian/changelog 2006-11-30 19:47:30.000000000 -0800 @@ -1,3 +1,9 @@ +initramfs-tools (0.69ubuntu20.0edgy1) edgy-proposed; urgency=low + + * Inlcude qla2xxx firmware in initramfs + + -- Matt Zimmerman Thu, 30 Nov 2006 19:47:17 -0800 + initramfs-tools (0.69ubuntu20) edgy; urgency=low * Add the LSI Logic MegaRAID SAS Driver (megaraid_sas) to the SCSI diff -Nru /tmp/1Kt9fEOkpA/initramfs-tools-0.69ubuntu20/hook-functions /tmp/13wRL90cpd/initramfs-tools-0.69ubuntu20.0edgy1/hook-functions --- /tmp/1Kt9fEOkpA/initramfs-tools-0.69ubuntu20/hook-functions 2006-10-25 01:16:12.000000000 -0700 +++ /tmp/13wRL90cpd/initramfs-tools-0.69ubuntu20.0edgy1/hook-functions 2006-11-30 19:52:51.000000000 -0800 @@ -181,6 +181,11 @@ sd_mod sym53c8xx tmscsim zfcp; do manual_add_modules "${x}" done + qla_firmware=$(echo /lib/firmware/$version/ql*_fw.bin) + qla_firmware=${qla_firmware%% *} + if [ -f "$qla_firmware" ]; then + (cd /; tar cf - lib/firmware/$version/ql*_fw.bin) | (cd $DESTDIR; tar xf -) + fi ;; ieee1394) for x in ohci1394 sbp2; do