[PATCH] use F18_PartData for hibernation flag support.

Vratislav Podzimek vpodzime at redhat.com
Wed Aug 22 08:54:40 UTC 2012


Thanks for catching this. My port of hibernation flag support was really
a thing.

On Tue, 2012-08-21 at 11:55 -0700, Brian C. Lane wrote:
> 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 = {}

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list