From 93d600c0a49ab21ab551b62aba985d32ed4fcf1f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Apr 2018 17:11:15 +0200 Subject: force root to be rw before localmount The original service that pulled in root remount was mtab which is not part of OpenRC. This fixes #449. --- init.d/localmount.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.d/localmount.in') diff --git a/init.d/localmount.in b/init.d/localmount.in index 31684191..c571504a 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -13,9 +13,9 @@ description="Mounts disks and swap according to /etc/fstab." depend() { - need fsck - use lvm modules root - after clock lvm modules root + need fsck root + use lvm modules + after clock lvm modules keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver } -- cgit v1.2.3