[PATCH] Add support for swap --hibernation on LVM

Vratislav Podzimek vpodzime at redhat.com
Tue Aug 21 12:40:42 UTC 2012


Support in pyanaconda/kickstart.py is there since 08440435d06, but the support
in pykickstart was missing.

(ported 21d2ff99cc6ebae7c9b63229ab5f0b7d44959af4 from rhel6-branch)
---
 pyanaconda/kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index f48f292..bd02d89 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -543,7 +543,7 @@ class LogVol(commands.logvol.F17_LogVol):
         if self.lvList:
             growLVM(storage)
 
-class LogVolData(commands.logvol.F17_LogVolData):
+class LogVolData(commands.logvol.F18_LogVolData):
     def execute(self, storage, ksdata, instClass):
         devicetree = storage.devicetree
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list