summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rwxr-xr-xmkinitramfs5
3 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 79d36ea..eac527c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+initramfs-tools (0.40) unstable; urgency=high
+
+ * High urgency upload as udev changed under our feet. Fix RC bugs.
+
+ * Add needed bits under /lib/udev: udevsynthesize, udev_run_devd,
+ udev_run_hotplugd.
+
+ * Pump udev dep on 0.074-3.
+
+ -- maximilian attems <max@sputnik.stro.at> Wed, 23 Nov 2005 10:12:40 +0100
+
initramfs-tools (0.39) unstable; urgency=medium
* Setting urgency to medium to get this into testing. This
diff --git a/debian/control b/debian/control
index b959cfd..70c2641 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.6.2.0
Package: initramfs-tools
Architecture: all
-Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, udev (>= 0.072-2)
+Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, udev (>= 0.074-3)
Provides: linux-initramfs-tool
Description: tools for generating an initramfs
This package contains tools to create and boot an initramfs for prepackaged
diff --git a/mkinitramfs b/mkinitramfs
index 612f2d7..505d480 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -173,7 +173,10 @@ cp -a /etc/udev "${DESTDIR}/etc"
# Hack until udev is built with klibc
copy_exec /sbin/udevd /sbin
-copy_exec /sbin/udevsynthesize /sbin
+mkdir "${DESTDIR}/lib/udev"
+copy_exec /lib/udev/udevsynthesize /lib/udev
+cp /sbin/udevsynthesize "${DESTDIR}/sbin"
+cp /lib/udev/udev_* "${DESTDIR}/lib/udev"
# Busybox
rm ${DESTDIR}/bin/sh