[rhinstaller/lorax/pulls/8 master] Add ability for external templates to graft content into boot.iso

vpodzime installerbot-noreply at redhat.com
Mon Mar 23 08:15:30 UTC 2015


> @@ -153,7 +153,10 @@ def run(self, dbo, product, version, release, variant="", bugurl="",
>              installpkgs=None,
>              size=2,
>              add_templates=None,
> -            add_template_vars=None):
> +            add_template_vars=None,
> +            add_arch_templates=None,
> +            add_arch_template_vars=None,
> +            template_tempdir=None):
>  

This really is a terribly long list of parameters. Seems to me like we should probably start thinking about grouping some of them into namedtuples or something like that. 

-- 
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/8#discussion_r26918915


More information about the anaconda-patches mailing list