[PATCH] use F18_PartData for hibernation flag support.

Brian C. Lane bcl at redhat.com
Tue Aug 21 18:55:26 UTC 2012


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index f48f292..2544fdf 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -852,7 +852,7 @@ class Partition(commands.partition.F17_Partition):
         if self.partitions:
             doPartitioning(storage)
 
-class PartitionData(commands.partition.F17_PartData):
+class PartitionData(commands.partition.F18_PartData):
     def execute(self, storage, ksdata, instClass):
         devicetree = storage.devicetree
         kwargs = {}
-- 
1.7.11.2



More information about the anaconda-patches mailing list