From 0d15898f58cc254d79777c791d4798a9b2542cf2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 14 Nov 2017 13:17:01 -0600 Subject: adjust mtab and localmount dependencies localmount had mtab in its "use" dependencies; however, it makes more sense to add "before localmount" to the mtab service and remove "use mtab" from the localmount service. --- init.d/mtab.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init.d/mtab.in') diff --git a/init.d/mtab.in b/init.d/mtab.in index 80ef275c..9e0c1a6e 100644 --- a/init.d/mtab.in +++ b/init.d/mtab.in @@ -14,6 +14,7 @@ description="Update /etc/mtab to match what the kernel knows about" depend() { after clock + before localmount need root keyword -prefix -systemd-nspawn } -- cgit v1.2.3