From 148739ed995876402301e37b512d79c6cb3a2fbe Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 1 Feb 2008 09:29:26 +0000 Subject: Swap may need local mounts --- init.d/fsck | 1 - init.d/swap | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'init.d') diff --git a/init.d/fsck b/init.d/fsck index 4da48b9..d4aa0a7 100644 --- a/init.d/fsck +++ b/init.d/fsck @@ -6,7 +6,6 @@ description="Check and repair filesystems according to /etc/fstab" depend() { - need swap after clock modules keywords notimeout } diff --git a/init.d/swap b/init.d/swap index 8e7d42f..2037f6c 100644 --- a/init.d/swap +++ b/init.d/swap @@ -2,6 +2,10 @@ # Copyright 2007-2008 Roy Marples # All rights reserved. Released under the 2-clause BSD license. +depend() { + need localmount +} + start() { ebegin "Activating swap" -- cgit v1.2.3