From 235f94c4c5bdde011eda43620b39ed2c55af4f1d Mon Sep 17 00:00:00 2001 From: Petre Rodan Date: Sun, 8 Dec 2013 12:23:56 -0600 Subject: 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 --- init.d/bootmisc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3