[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Features/YumLangpackPlugin and anaconda consequences



Allow me to answer the quick and obviously wrong thing now, and then
I'll go back and read the rest and respond.

> 1) Plugins
> 
> Anaconda doesn't currently enable them. We would want this to work
> in some way in anaconda, which would require enabling at least this
> plugin. How possible is this?

We don't enable *all* plugins.  We do enable some, though:

    def doConfigSetup(self, fn='/tmp/anaconda-yum.conf', root='/'):
        if hasattr(self, "preconf"):
            self.preconf.fn = fn
            self.preconf.root = root
            self.preconf.enabled_plugins = ["whiteout", "blacklist"]
            YumSorter._getConfig(self)
        else:
            YumSorter._getConfig(self, fn=fn, root=root,
                                 enabled_plugins=["whiteout", "blacklist"])

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]