linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] Diet /sbin/hotplug package released
@ 2001-08-29 19:04 Greg KH
  2001-08-30  5:12 ` Aaron Lehmann
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2001-08-29 19:04 UTC (permalink / raw)
  To: linux-hotplug-devel, linux-kernel

I'd like to announce the initial version of the Diet /sbin/hotplug
package.  It can be found at:
	http://prdownloads.sourceforge.net/linux-hotplug/diethotplug-0.1.tar.gz

Q: What is it?
A: It's a replacement for the current linux-hotplug script package.  It
   is written in C and if compiled with dietLibc[0], can produce a very
   small program.

   For instance, on my machine the /lib/modules/2.4.9-ac3/modules.usbmap
   is 59221 bytes.  The current linux-hotplug system needs this file,
   plus all of the linux-hotplug scripts and bash and awk to work.
   diethotplug compiles to about 20K on my machine and does not need
   modules.usbmap or any other helper programs to work.

Q: Will this replace the current linux-hotplug script package?
A: NO!  The current linux-hotplug scripts work quite well in a general
   purpose machine.  They do not need to be modified for each kernel
   version, and allow users to add their own scripts quite easily.
   
   The diethotplug program is only useful for systems that have memory
   constraints, do not have awk or bash, and do not change kernel
   versions (as the modules.pcimap and modules.usbmap are compiled into
   the program.)  Embedded systems and the upcoming 2.5 initrd method of
   kernel booting are good applications for this program.

Currently usb module loading works (tested on my limited range of
devices.)  More testing on other usb devices is most welcome.  PCI
loading of modules is next on the list of things to do.

thanks,

greg k-h

[0] http://www.fefe.de/dietlibc/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-08-30 21:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 19:04 [ANNOUNCE] Diet /sbin/hotplug package released Greg KH
2001-08-30  5:12 ` Aaron Lehmann
2001-08-30  5:22   ` Greg KH
2001-08-30  5:27     ` Aaron Lehmann
2001-08-30  5:27       ` Greg KH
2001-08-30 10:47         ` Stefan Fleiter
2001-08-30 15:21           ` Alex Bligh - linux-kernel
2001-08-30 20:51             ` Greg KH
2001-08-30 20:56             ` Stefan Fleiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).