Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] move the dbus config file to etc/dbus-1/system.d/ | greg@kroah.com | |
2005-04-26 | [PATCH] move the config files to etc/udev to clean up main directory a bit. | greg@kroah.com | |
2005-04-26 | [PATCH] add Gentoo versions of the rules and permissions files. | greg@kroah.com | |
2005-04-26 | [PATCH] added udev.init script for the Linux From Scratch project. | greg@kroah.com | |
Thanks to Michael Buesch <mbuesch@freenet.de> for providing it. | |||
2005-04-26 | [PATCH] more init script cleanups, the stop target now calls udev to cleanup ↵ | greg@kroah.com | |
instead of just removing the whole /udev directory. | |||
2005-04-26 | [PATCH] make udev init script run udev in the background to let startup go ↵ | greg@kroah.com | |
much faster | |||
2005-04-26 | [PATCH] Add restart target to the etc/init.d/udev script | greg@kroah.com | |
Change made by Rolf Eike Beer <eike-hotplug@sf-tec.de> | |||
2005-04-26 | [PATCH] fix udev init.d script to handle all class devices in sysfs. | greg@kroah.com | |
2005-04-26 | [PATCH] udev init script | rml@tech9.net | |
I integrated udev with Fedora Core. The main piece is simply building /udev on boot, since we don't have an initramfs yet. We should also clear out /udev on shutdown, for /udev directories mounted on persistent media. The attached script goes in /etc/init.d Then do "chkconfig --add udev" And the rest is handled automatically. I made it for Fedora but it will probably work, with little change, on any Linux system. Right now it only does sysfs-based discovery of block and tty devices, since those are the only types of devices I have on my system. There is a TODO in the script where we would add the other device types. |