Your message dated Tue, 26 Feb 2008 17:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452448: fixed in live-initramfs 1.118.1-1
has caused the Debian Bug report #452448,
regarding Versioning of udev.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
452448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452448
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: live-initramfs
severity: wishlist
Version: 1.110.7~20071118.171728

This package uses udev in the initramfs but doesn't depend on it. And if
you have a old version of udev it fails. This patch adds support for one
old udev version and some detection on witch to use.


-- 
Anton Lundin    +46702-161604
--- live        2007-11-22 23:23:30.000000000 +0100
+++ live.udev   2007-11-22 23:22:17.000000000 +0100
@@ -632,8 +632,15 @@
 
        modprobe -q af_packet # For DHCP
 
-       udevtrigger
-       udevsettle
+       if [ -e /sbin/udevtrigger && -e /sbin/udevsettle ] ; then
+               /sbin/udevtrigger
+               /sbin/udevsettle
+       else 
+               if [ -e /sbin/udevplug ] ; then
+                       /sbin/udevplug -s -Bpci -Iclass=0x02*
+                       /sbin/udevplug -Bpci -Iclass=0x0[69ace]*
+               fi
+               # error case?
+       fi
 
        ipconfig ${DEVICE} | tee /netboot.config
 

Attachment: pgpnMAwvPqrso.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: live-initramfs
Source-Version: 1.118.1-1

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

live-initramfs_1.118.1-1.diff.gz
  to pool/main/l/live-initramfs/live-initramfs_1.118.1-1.diff.gz
live-initramfs_1.118.1-1.dsc
  to pool/main/l/live-initramfs/live-initramfs_1.118.1-1.dsc
live-initramfs_1.118.1-1_all.deb
  to pool/main/l/live-initramfs/live-initramfs_1.118.1-1_all.deb
live-initramfs_1.118.1.orig.tar.gz
  to pool/main/l/live-initramfs/live-initramfs_1.118.1.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-initramfs 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Tue, 26 Feb 2008 13:35:00 +0100
Source: live-initramfs
Binary: live-initramfs
Architecture: source all
Version: 1.118.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-initramfs - Debian Live initramfs hook
Closes: 452448
Changes: 
 live-initramfs (1.118.1-1) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Adding direct depends to udev, thanks to Anton Lundin
     <[EMAIL PROTECTED]> (Closes: #452448).
   * Merging casper 1.111.
   * Bumping version to 1.110.1-1.
   * Merging casper 1.112.
   * Merging casper 1.113.
   * Adjusting to live-initramfs.
   * Bumping version to 1.113.1-1.
   * Merging casper 1.114.
   * Merging casper 1.115.
   * Merging casper 1.116.
   * Merging casper 1.117.
   * Merging casper 1.118.
   * Bumping version to 1.118.1-1.
 .
   [ Otavio Salvador ]
   * debian: add mtd-tools as suggestion since it's required for jffs2
     support
   * hooks: include jffs2 kernel module on initramfs image
   * live-snapshot: add support to use jffs2 images
   * live: add support for jffs2 images and snapshots
   * live-helpers: add jffs2 as a valid image
   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
Files: 
 aa3d7e33d01daf3066a2dfe82c3aac8a 902 misc optional live-initramfs_1.118.1-1.dsc
 3bfbfbe1e33b2ead98dc9a7f30e0f999 64345 misc optional 
live-initramfs_1.118.1.orig.tar.gz
 3bc9eca4048d2e6e633c6425a40b5828 5159 misc optional 
live-initramfs_1.118.1-1.diff.gz
 178eaabae33ed6de302004090441b486 65468 misc optional 
live-initramfs_1.118.1-1_all.deb

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

iD8DBQFHxE1T+C5cwEsrK54RAqknAKCLtxd1AdOAiOdJaJTUrdunsT0lHwCfcsa2
KSXh5/uTBdAx1cbYfMes41U=
=2Xb+
-----END PGP SIGNATURE-----



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

Reply via email to