Swap may need local mounts
This commit is contained in:
parent
ec912fa717
commit
148739ed99
@ -6,7 +6,6 @@ description="Check and repair filesystems according to /etc/fstab"
|
||||
|
||||
depend()
|
||||
{
|
||||
need swap
|
||||
after clock modules
|
||||
keywords notimeout
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user