bootmisc.in: fix boot order

Bootmisc was running before the root file system was remounted rw in
some situations. This fixes that issue.

X-Gentoo-Bug: 493442
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=493442
This commit is contained in:
Petre Rodan 2013-12-08 12:23:56 -06:00 committed by William Hubbs
parent d711663189
commit 235f94c4c5

View File

@ -6,7 +6,7 @@ depend()
{
need localmount
before logger
after clock sysctl
after clock root sysctl
keyword -prefix -timeout
}