summaryrefslogtreecommitdiff
path: root/package/udev/S10udev
AgeCommit message (Collapse)Author
2011-05-09Simplify udev startup scriptThomas Petazzoni
The S10udev startup script did useless things such as mounting sysfs, mounting a tmpfs filesystem in /dev/, etc. Those things are already done during in the default inittab. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-12-08package/udev: create base device nodes after mounting a new /devPeter Korsgaard
Currently, udev won't start for me, as we've just mounted a new /dev, which is completely empty, and udevd requires a /dev/null. This change manually creates the three base device nodes (zero, null and console) so that udev can start. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2007-08-11Bump udev version, add rulesUlf Samuelsson
2007-05-09Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"
start-up order.