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 }