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
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