All of lore.kernel.org
 help / color / mirror / Atom feed
* hotplug in initrd/initramfs?
@ 2004-12-15 14:37 Andreas Jellinghaus
  2004-12-15 22:50 ` Dave Dodge
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jellinghaus @ 2004-12-15 14:37 UTC (permalink / raw)
  To: linux-hotplug

Hi,

as far as I can tell, the kernel doesn't call
/sbin/hotplug while in initrd/initramfs.

root@earth:/initrd# ls -l sbin/hotplug 
-rwxr-xr-x  1 root root 126 Dec 15 14:42 sbin/hotplug*
root@earth:/initrd# cat sbin/hotplug 
#!/bin/sh

( echo -- hp $$ begin (initrd) --
  echo $0: $*
  export 
  echo -- hp $$ end (initrd) -- ) > /dev/console

exit 1
root@earth:/initrd# 

works fine in the real /root so I can see every event
happening. but during initrd/initramfs nothing happends.
this is fatal to me, as I need hotplug for usb devices
during that stage. 

Anything I can do about it? or if it should work / I have
a bug: any idea how to see what is going wrong?

thanks for your help.

Regards, Andreas



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2004-12-15 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-15 14:37 hotplug in initrd/initramfs? Andreas Jellinghaus
2004-12-15 22:50 ` Dave Dodge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.