linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [ANNOUNCE] Diet /sbin/hotplug package released
Date: Wed, 29 Aug 2001 12:04:40 -0700	[thread overview]
Message-ID: <20010829120440.B12825@kroah.com> (raw)

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/

             reply	other threads:[~2001-08-29 19:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-29 19:04 Greg KH [this message]
2001-08-30  5:12 ` [ANNOUNCE] Diet /sbin/hotplug package released 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010829120440.B12825@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-hotplug-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).