From: Michael Prokop Date: Sat, 25 Oct 2008 23:14:41 +0000 (+0200) Subject: Execute dpkg-reconfigure for localepurge with noninteractive frontend X-Git-Tag: v0.9.6~15 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=edcbcd0457813705a214cd7228b1be6c8809573d Execute dpkg-reconfigure for localepurge with noninteractive frontend --- diff --git a/debian/changelog b/debian/changelog index d2ddd64..dab4ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 25 Oct 2008 13:49:43 +0200 + -- Michael Prokop Sun, 26 Oct 2008 01:13:39 +0200 grml-live (0.9.5) unstable; urgency=low diff --git a/etc/grml/fai/config/scripts/GRMLBASE/25-locales b/etc/grml/fai/config/scripts/GRMLBASE/25-locales index ded06de..b47a5e5 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/25-locales +++ b/etc/grml/fai/config/scripts/GRMLBASE/25-locales @@ -4,13 +4,15 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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