On Sun, 2013-03-24 at 23:02 +0100, lio...@olpc-france.org wrote: > Hi all, > > > > I’ve seen that the « langs= » property in the .ini for OS Builder > allow to choose the language sets installed on the image. > > I wonder if there is a way to specify the default language (FR instead > of EN for example). > > Do I need to use a custom script for that? > >
Yes, sugar reads ~/.i18n for the language list in cp-languages. You could do something like: cat << EOF >> /home/olpc/.i18n LANGUAGE=en_GB.utf8:en_US.utf8 EOF This will only work if olpc-utils version 3.0.3 or later is used in the image, prior versions deleted .i18n when first booted. Jerry > > Thanks in advance for your answer. > > > > Lionel. > > > > > > > _______________________________________________ > Devel mailing list > Devel@lists.laptop.org > http://lists.laptop.org/listinfo/devel _______________________________________________ Devel mailing list Devel@lists.laptop.org http://lists.laptop.org/listinfo/devel