Fix savecore init script to execute after dumpon, but before encswap

This ensures that any kernel crash dumps are available when savecore
runs. It also prevents encswap from corrupting them.
This commit is contained in:
Richard Yao 2012-07-15 08:47:02 -04:00 committed by William Hubbs
parent 0730ac61e8
commit 39abbed7cb
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ description="Saves a kernel dump."
depend()
{
need localmount
need dumpon localmount
before encswap
keyword -jail
}