mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
[PATCH] remove udevd priority TODO item, as it's not needed at all.
We want to be started by keventd, as that runs at a very fast priority.
This commit is contained in:
parent
9e5a552130
commit
286903679a
3
TODO
3
TODO
@ -7,9 +7,6 @@ greg@kroah.com
|
||||
|
||||
|
||||
- more documentation (can never have too much.)
|
||||
- have udevd move up to the "default" priority level if it is started by
|
||||
keventd (otherwise it runs at a _very_ low priority level.) Don't
|
||||
know if this is necessary, but it would be nice to do.
|
||||
- install the proper init.d script based on the distro we are running on.
|
||||
- persuade the distro packagers to submit their changes (or just steal them
|
||||
if we can find them...)
|
||||
|
@ -84,11 +84,6 @@ fi
|
||||
echo "mounting... ramfs at $udev_root"
|
||||
mount -n -t ramfs none $udev_root
|
||||
|
||||
# We want to start udevd ourselves if it isn't already running. This
|
||||
# lets udevd run at a sane nice level...
|
||||
echo "starting udevd"
|
||||
$udevd &
|
||||
|
||||
# propogate /udev from /sys
|
||||
export ACTION=add
|
||||
export UDEV_NO_SLEEP=1
|
||||
|
Loading…
Reference in New Issue
Block a user