Single Language Ram Disk?

2004-03-04 Thread Stephen R Marenka
How can I build a single language ram disk? Can it be done? Thanks, Stephen -- Stephen R. Marenka If life's not fun, you're not doing it right! <[EMAIL PROTECTED]> signature.asc Description: Digital signature

Re: Single Language Ram Disk?

2004-03-04 Thread Joey Hess
Stephen R Marenka wrote: > How can I build a single language ram disk? Can it be done? If the single language is C then you can set NO_I18N and it will delete translations from templates files. This could be extended to support other languages. -- see shy jo signature.asc Description: Digi

Re: Single Language Ram Disk?

2004-03-04 Thread sylvain ferriol
Joey Hess wrote: Stephen R Marenka wrote: How can I build a single language ram disk? Can it be done? If the single language is C then you can set NO_I18N and it will delete translations from templates files. This could be extended to support other languages. i have change NO_I18N to

Re: Single Language Ram Disk?

2004-03-04 Thread Joey Hess
sylvain ferriol wrote: > i have change NO_I18N to DI_LANG for selecting a single language ( C and > others..) > > example for building: > fakeroot make DI_LANG=fr build_floppy_root > > the next step is to put DI_LANG as default in languagechooser and put > the flag to 'seen' in questions.dat T

Re: Single Language Ram Disk?

2004-03-04 Thread Denis Barbier
On Thu, Mar 04, 2004 at 03:02:38PM -0500, Joey Hess wrote: > sylvain ferriol wrote: > > i have change NO_I18N to DI_LANG for selecting a single language ( C and > > others..) > > > > example for building: > > fakeroot make DI_LANG=fr build_floppy_root > > > > the next step is to put DI_LANG as d

Re: Single Language Ram Disk?

2004-03-04 Thread sylvain ferriol
Denis Barbier wrote: On Thu, Mar 04, 2004 at 03:02:38PM -0500, Joey Hess wrote: sylvain ferriol wrote: i have change NO_I18N to DI_LANG for selecting a single language ( C and others..) example for building: fakeroot make DI_LANG=fr build_floppy_root the next step is to put DI_LANG as de