summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/base-files/init
Commit message (Collapse)AuthorAgeFilesLines
* kill hotplug2 before running initFelix Fietkau2008-04-231-0/+1
| | | | SVN-Revision: 10929
* remove some redundant codeFelix Fietkau2008-04-201-41/+2
| | | | SVN-Revision: 10870
* fix initramfs imagesFelix Fietkau2007-11-161-1/+9
| | | | SVN-Revision: 9557
* Add udev initilisationFelix Fietkau2007-10-231-0/+14
| | | | | | | | | | | We have a udev package, but no means to start udev at boot. This change adds the necessary startup in /init, and adds the required /sbin/udevsettle to the udev installed files Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9412
* only do hotplug2 init if hotplug2 is presentFelix Fietkau2007-10-231-2/+3
| | | | | | | | | | | | | The current /init script unconditionally does the initialisation for hotplug2, including mounting a new /dev. If hotplug2 isn't present, we end up with no device nodes. This change only does the hotplug2 init if hotplug2 is present, but always mounts /sys. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9411
* change handling of target/linux/generic-2.x/files to match other targets (#1648)Mike Baker2007-05-101-0/+93
SVN-Revision: 7158