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()
|
depend()
|
||||||
{
|
{
|
||||||
need swap
|
|
||||||
after clock modules
|
after clock modules
|
||||||
keywords notimeout
|
keywords notimeout
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
||||||
# All rights reserved. Released under the 2-clause BSD license.
|
# All rights reserved. Released under the 2-clause BSD license.
|
||||||
|
|
||||||
|
depend() {
|
||||||
|
need localmount
|
||||||
|
}
|
||||||
|
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
ebegin "Activating swap"
|
ebegin "Activating swap"
|
||||||
|
Loading…
Reference in New Issue
Block a user