Execute dpkg-reconfigure for localepurge with noninteractive frontend
authorMichael Prokop <mika@grml.org>
Sat, 25 Oct 2008 23:14:41 +0000 (01:14 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 25 Oct 2008 23:14:41 +0000 (01:14 +0200)
debian/changelog
etc/grml/fai/config/scripts/GRMLBASE/25-locales

index d2ddd64..dab4ac8 100644 (file)
@@ -1,8 +1,10 @@
 grml-live (0.9.6) unstable; urgency=low
 
   * Add espeakup to GRML_FULL.
+  * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
+    [Closes: issue554]
 
- -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 13:49:43 +0200
+ -- Michael Prokop <mika@grml.org>  Sun, 26 Oct 2008 01:13:39 +0200
 
 grml-live (0.9.5) unstable; urgency=low
 
index ded06de..b47a5e5 100755 (executable)
@@ -4,13 +4,15 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sat Nov 03 12:01:12 CET 2007 [mika]
 ################################################################################
 
 set -e
 
+# make sure:
+# localepurge     localepurge/nopurge     multiselect ....
+# is set so localepurge works as expected
 if [ -x $target/usr/sbin/localepurge ] ; then
-   $ROOTCMD dpkg-reconfigure localepurge
+   $ROOTCMD dpkg-reconfigure -f noninteractive localepurge
 fi
 
 # use full locales setup only in classes GRML_FULL and LOCALES