[PATCH 1/3 master] Fix network command --onboot and --activate options.

Chris Lumens clumens at redhat.com
Wed Nov 28 17:05:03 UTC 2012


> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 827ef30..a52b6eb 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -756,135 +756,8 @@ class Logging(commands.logging.FC6_Logging):
>  
>  class NetworkData(commands.network.F16_NetworkData):

You can just get rid of the NetworkData class entirely in this case, and
you can also get rid of the reference to NetworkData from dataMap later
on in kickstart.py.  I don't see anywhere else that explicitly calls
this execute method, and pykickstart doesn't know anything about execute
at all.

- Chris


More information about the anaconda-patches mailing list