[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277493: lowmem: Incorrectly sets country



Package: lowmem
Severity: normal
Tags: patch

lowmem sets countrychooser/country instead of setting
countrychooser/shortlist.

The consequence is "Andorra" as the default country when countrychooser
later runs. This is more annoying than critical...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)
--- lowmem_debconf.ori	2004-10-20 14:30:50.000000000 +0200
+++ lowmem_debconf	2004-10-20 14:07:07.000000000 +0200
@@ -21,6 +21,6 @@
 
 db_set debian-installer/locale "en_US" || true
 
-db_set countrychooser/country "US" || true
+db_set countrychooser/shortlist "US" || true
 db_fset countrychooser/country-name seen true || true
 db_fset countrychooser/shortlist seen true || true

Reply to: