Bug 201485 - sys-power/hibernate-script-1.97-r3: shouldn't hibernate-cleanup be executed before localmount?
Bug#: 201485 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: alonbl@gentoo.org Reported By: dualmoo@gmail.com
Component: Applications
URL: 
Summary: sys-power/hibernate-script-1.97-r3: shouldn't hibernate-cleanup be executed before localmount?
Keywords:  
Status Whiteboard: 
Opened: 2007-12-06 14:19 0000
Description:   Opened: 2007-12-06 14:19 0000
The hibernate-cleanup rc-script has "after localmount" in its dependencies.
However if localmount is run before hibernate-cleanup, the swap partitions
containing stale suspend images cannot be swapon'd, so the swap partitions get
cleaned but aren't activated.

Thus I think that the dependency should be "before localmount" instead.

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Alon Bar-Lev (RETIRED) 2007-12-08 08:00:28 0000 -------
Thanks!