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.
This commit is contained in:
Natanael Copa 2018-04-03 17:11:15 +02:00 committed by William Hubbs
parent 6e24d33517
commit 93d600c0a4

View File

@ -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
}