~ubuntu-branches/ubuntu/intrepid/debian-installer-utils/intrepid

« back to all changes in this revision

Viewing changes to chroot-setup.sh

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-23 18:07:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080623180732-72g4gscdzo9z73iu
Tags: 1.59ubuntu1
* Resynchronise with Debian. Remaining changes:
  - user-params: Don't propagate vga=* or break=* to installed system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        DEBIAN_PRIORITY=$(debconf-get debconf/priority || true)
82
82
        export DEBIAN_PRIORITY
83
83
 
84
 
        LANG=$(debconf-get debian-installer/locale || true)
 
84
        LANG=${IT_LANG_OVERRIDE:-$(debconf-get debian-installer/locale || true)}
85
85
        export LANG
86
86
        export PERL_BADLANG=0
87
87