Re: LangSupport in Anaconda

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

 



finaly i've tried so many things and tada....

the change i've made are in language.py from anaconda sources

this is what i've made :

class Language (SimpleConfigFile):

    def __init__ (self):
        self.info = {}
        self.info["SUPPORTED"] = None
        #self.supported = []
        self.supported = ['English (USA)']
        #self.default = None
        self.default = 'English (USA)'

hope this could help someone in the futur

Vincent

>Hi,
>
>I'm triing to find how to modify Anaconda sources to get : langsupport en_US
>directly during the installation and not French.
>
>I've modify lang and keymap in anaconda script to get them directly
>configured
> in graphical installation, but don't know how to configure langsupport
>and then
>write : dispatch.skipStep("languagesupport") in installclasses/server.py
>????
>
>Do someone already make it ?
>
>Thanks
>
>Vincent
>
>_______________________________________________
>Anaconda-devel-list mailing list
>Anaconda-devel-list@xxxxxxxxxx
>https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>  
>


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux