aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in6
1 files changed, 3 insertions, 3 deletions
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
}