On Thu, 2002-03-07 at 13:33, Petter Reinholdtsen wrote: > Could someone add this patch:
Seems safe enough. I've checked it in. p. > Index: util.c > =================================================================== > RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/util.c,v > retrieving revision 1.78 > diff -u -3 -p -u -r1.78 util.c > --- util.c 2002/03/06 08:29:59 1.78 > +++ util.c 2002/03/07 13:31:35 > @@ -700,7 +700,14 @@ check_pending_config(void) > > #ifdef USE_LANGUAGE_CHOOSER > if ( lang != NULL ) > + { > + /* The locale should be generated by base-config if needed, and ignored > + if it can't be used. */ > write_userconfig("LANG_INST", lang->locale); > + > + /* Specify priority list of translations to use when displaying messages */ > + write_userconfig("LANGUAGE_INST", lang->msgcat); > + } > #endif > > #if #cpu(powerpc) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]