summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <petre.rodan@simplex.ro>2013-12-08 12:23:56 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-08 12:42:31 -0600
commit235f94c4c5bdde011eda43620b39ed2c55af4f1d (patch)
tree0837671e6ef595ab038470695d086e0786248c68
parentd7116631894badd88f334b4ef5cd6e3ee585b801 (diff)
downloadopenrc-235f94c4c5bdde011eda43620b39ed2c55af4f1d.tar.gz
openrc-235f94c4c5bdde011eda43620b39ed2c55af4f1d.tar.bz2
openrc-235f94c4c5bdde011eda43620b39ed2c55af4f1d.tar.xz
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
-rw-r--r--init.d/bootmisc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 1b35a0a..72202f0 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -6,7 +6,7 @@ depend()
{
need localmount
before logger
- after clock sysctl
+ after clock root sysctl
keyword -prefix -timeout
}