Andrey Borzenkov <[EMAIL PROTECTED]> writes: > > > > by the way, why aren't new module-init-tools updated in main ? > > > > > > because the maintainer is hiding somewhere :( > > > > Well, the packager (Chmouel) is gone, he doesn't work at > > MandrakeSoft anymore. > > module-init-tools have been maintained by thierry. I do not know > about hotplug.
i've uploaded your work. hotplug is maintained by fredl. btw your changes result in quite some changes (are you sure we haven't lost any features ?) : --- hotplug--files.old 2003-11-17 12:06:28.000000000 +0100 +++ hotplug--files.new 2003-11-17 12:06:28.000000000 +0100 @@ -1,37 +1,27 @@ /etc/hotplug -/etc/hotplug.d -/etc/hotplug.d/default -/etc/hotplug.d/default/default.hotplug /etc/hotplug/blacklist -/etc/hotplug/dasd.agent -/etc/hotplug/firmware.agent /etc/hotplug/hotplug.functions /etc/hotplug/ieee1394 /etc/hotplug/ieee1394.agent /etc/hotplug/ieee1394/sbp2 -/etc/hotplug/input.agent -/etc/hotplug/input.rc /etc/hotplug/net.agent /etc/hotplug/pci /etc/hotplug/pci.agent /etc/hotplug/pci.rc /etc/hotplug/scsi.agent -/etc/hotplug/tape.agent /etc/hotplug/usb /etc/hotplug/usb.agent /etc/hotplug/usb.distmap /etc/hotplug/usb.handmap /etc/hotplug/usb.rc /etc/hotplug/usb/usb-storage -/etc/init.d/hotplug -/etc/sysconfig/hotplug /sbin/hotplug /usr/lib/hotplug /usr/sbin/hotplugctl /usr/sbin/update-usb.usermap -/usr/share/doc/hotplug-2003_08_05 -/usr/share/doc/hotplug-2003_08_05/ChangeLog -/usr/share/doc/hotplug-2003_08_05/README +/usr/share/doc/hotplug-2002_04_01 +/usr/share/doc/hotplug-2002_04_01/ChangeLog +/usr/share/doc/hotplug-2002_04_01/README /usr/share/man/man8/hotplug.8.bz2 /usr/share/man/man8/update-usb.usermap.8.bz2 /var/run/usb compare package requires ********************************************************* --- hotplug--requires.old 2003-11-17 12:06:28.000000000 +0100 +++ hotplug--requires.new 2003-11-17 12:06:28.000000000 +0100 @@ -1,5 +1,4 @@ /bin/sh -bash chkconfig ifplugd libc.so.6 > > > > I'll submit a (very small) patch for mkinitrd to add splash in 2.6 > > > > initrds. > > > > > > could you add cramfs support ?-) > > > > yes, no problem > > Should I make it an option in mkinitrd ? > > > > I guess yes. But this is compatibility problem. It is not supported > on vanilla kernel so you have to detect patched kernel somehow. And > how are you going to do it? You will get a flood of "bug reports" > from users who compiled their own kernels (vanilla ones or whatever) > and cannot load initrd. just check for /mdk/ and ! /custom/ in uname -r output
