init.d/devfs: Run after (u)dev-mount, before udev/mdev

Using the new dev-mount virtual, with udev-mount included until new udev
version is rolled out, we run devfs earlier now, before udev/mdev.
It only needs (u)dev-mount before it, so that /dev is mounted.

This opens the way for tmpfiles.d, which needs to be sandwiched in the
middle.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2012-09-26 14:32:19 -07:00
parent ac47b6abfa
commit 33c63ede78

View File

@ -5,7 +5,8 @@
description="Mount system critical filesystems in /dev."
depend() {
use dev
use dev-mount udev-mount
before udev mdev
keyword -prefix -vserver
}