[PATCH 1/2] Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.path

Chris Lumens clumens at redhat.com
Tue Feb 12 20:34:44 UTC 2013


> @@ -113,7 +113,7 @@ def doInstall(storage, payload, ksdata, instClass):
>      progress.send_init(steps)
>  
>      with progress_report(_("Setting up the install environment")):
> -        ksdata.addon.setup(storage, ksdata, instClass)
> +        ksdata.addons.setup(storage, ksdata, instClass)
>  
>      # Do partitioning.
>      payload.preStorage()

I've mailed off a patch that's going to conflict with this one, though
not on the exact line.  No big deal - whoever pushes second will get to
straighten it out.

These patches look fine.

- Chris


More information about the anaconda-patches mailing list