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
        echo "LANGUAGE=\"$LANGLIST\"" >> $DESTFILE
fi

atm FAI will only set LANG but not LANGUAGE.
-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to