At Fri, 30 Jan 2004 10:15:29 -0800, Matt Kraai wrote: > When I boot into stage 2, I see the following messages before > base-config is displayed: > > termwrap: locale-gen: Generating locales... > cannot open locale definition file `en_:en_US': No such file or directory > termwrap: locale-gen: en_:en_US.ISO-8859-1...warning: Current charset encoding > 'ANSI_X3.4-1968' is unknown. Using default terminal.
This sounds very bad. It means LANG string is set 'en_:en_US', not 'en_US'. LANG is grabbed by: DI_DB=/var/log/debian-installer/cdebconf/questions.dat LANG=$(debconf-copydb d-i stdout \ -c Name:d-i -c Driver:File -c Filename:$DI_DB \ -c Name:stdout -c Driver:Pipe -c InFd:none \ --pattern='^debian-installer/locale$' | grep ^Value: | cut -d ' ' -f 2) But something change occured about "debian-installer/locale" variable? Thanks, -- Kenshi Muto [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]