diff options
author | Petre Rodan <petre.rodan@simplex.ro> | 2013-12-08 12:23:56 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-12-08 12:42:31 -0600 |
commit | 235f94c4c5bdde011eda43620b39ed2c55af4f1d (patch) | |
tree | 0837671e6ef595ab038470695d086e0786248c68 | |
parent | d7116631894badd88f334b4ef5cd6e3ee585b801 (diff) |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 1b35a0a6..72202f02 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 } |