Swap may need local mounts

This commit is contained in:
Roy Marples 2008-02-01 09:29:26 +00:00
parent ec912fa717
commit 148739ed99
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@ description="Check and repair filesystems according to /etc/fstab"
depend()
{
need swap
after clock modules
keywords notimeout
}

View File

@ -2,6 +2,10 @@
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
depend() {
need localmount
}
start()
{
ebegin "Activating swap"