From edcbcd0457813705a214cd7228b1be6c8809573d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 26 Oct 2008 01:14:41 +0200 Subject: [PATCH] Execute dpkg-reconfigure for localepurge with noninteractive frontend --- debian/changelog | 4 +++- etc/grml/fai/config/scripts/GRMLBASE/25-locales | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.1.4