|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] /sbin/hotplug exec'd lots of times during boot
* Jacob Gorm Hansen (jacobg@xxxxxxx) wrote:
> I just added a printk to do_execve() in xenolinux0, and noticed that
> /sbin/hotplug is being exec'ed more than a hundred times during boot,
> and that this happens before /sbin/init is exec'ed.
This sounds pretty normal for Linux. Each kobject_add can generate a
hotplug event, and execve("/sbin/init") happens quite late during bootup.
thanks,
-chris
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|