Drop locales from RECONFIGURE list
authorMichael Prokop <mika@grml.org>
Thu, 20 Nov 2008 13:58:17 +0000 (14:58 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 20 Nov 2008 13:58:17 +0000 (14:58 +0100)
config
debian/changelog

diff --git a/config b/config
index 323c31c..ab58c4c 100644 (file)
--- a/config
+++ b/config
@@ -144,7 +144,8 @@ FSCK='yes'
 # FSCKTOOL=''
 
 # which packages do you want do dpkg-reconfigure?
-RECONFIGURE='locales console-data'
+# RECONFIGURE='locales console-data'
+RECONFIGURE='console-data'
 
 # use /etc/debootstrap/locale.gen for configuration of locales?
 LOCALES='yes'
index a67ee07..5ca67ef 100644 (file)
@@ -28,8 +28,10 @@ grml-debootstrap (0.23) unstable; urgency=low
   * Unify the --bootappend option, it's not --boot_append (thanks for
     the hint, Tong Sun).
   * Support execution of further scripts via --scripts and --chroot-scripts.
+  * Drop locales from RECONFIGURE list (thanks for hint, Tong Sun).
+    [Closes: issue560]
 
- -- Michael Prokop <mika@grml.org>  Thu, 20 Nov 2008 14:49:05 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Nov 2008 14:57:20 +0100
 
 grml-debootstrap (0.22) unstable; urgency=low