Bug#386192: (no subject)

2006-09-20 Thread Thomas Lange
The newer version of the installer only write to /etc/default/locale. /etc/environment is not used any more. We can now use the command update-locale to set these variables in /etc/default/locale. Currently LANG is set by the FAI debconf information, only LANGUAGE is missing yet. -- regards

Bug#386192: (no subject)

2006-09-20 Thread Thomas Lange
The variable LANGUAGE is only set by d-i in cerain cases: Here's some code snippet from d-i: db_get debian-installer/language LANGLIST=$RET # We set LANGUAGE only if the languagelist is a list of # languages with alternatives. Otherwise, setting it is useless if echo $LANGLIST | grep -q :; then