From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phillip Susi Date: Mon, 29 Oct 2007 20:26:53 +0000 Subject: Re: Run udev at start of boot Message-Id: <4726420D.2030800@cfl.rr.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Midhun A wrote: > Hi All, > > I have compiled udev 116 for my ARM system and put in the required > scripts in /etc/init.d/rcS script. As this script is executed at the > end boot, my devices get created at the end of boot. I would like to > have the devices be created at the start of boot - as it happens in > most Linux systems. How do I do that? Depends on how your system is booting. IIRC, Ubuntu uses an initramfs to boot up, then chains into the real root. Udev is started early on in the initramfs init script so it can enumerate the hardware, then is killed off just before the chroot to the real root and then init starts up the copy in the real root. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.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