Package: initramfs-tools
Version: 0.39
Followup-For: Bug #340257
The following patch:
1) copies /lib/udev to the initramfs image
2) moves all of the udev specific stuff out of the generic
mkinitramfs script and into hooks/udev, which is where
I suspect you really wanted it anyway.
--- mkinitramfs 2005-11-21 23:15:14.600836211 -0800
+++ mkinitramfs 2005-11-21 23:16:03.540531451 -0800
@@ -169,11 +169,6 @@
cp -p "/etc/mkinitramfs/scripts/${f}" "${DESTDIR}/scripts/$(dirname "${f}")"
done
copy_exec "${CONFDIR}/initramfs.conf" /conf
-cp -a /etc/udev "${DESTDIR}/etc"
-
-# Hack until udev is built with klibc
-copy_exec /sbin/udevd /sbin
-copy_exec /sbin/udevsynthesize /sbin
# Busybox
rm ${DESTDIR}/bin/sh
--- hooks/udev 2005-11-21 23:15:22.680612883 -0800
+++ hooks/udev 2005-11-21 23:15:36.701526148 -0800
@@ -25,3 +25,9 @@
force_load unix
+cp -a /etc/udev ${DESTDIR}/etc
+cp -a /lib/udev ${DESTDIR}/lib
+
+# Hack until udev is built with klibc
+copy_exec /sbin/udevd /sbin
+copy_exec /sbin/udevsynthesize /sbin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]