From 1186f47692fc1ac9f3b7a8e56ff75f1633a6d34e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 20 Jan 2008 00:26:13 +0100 Subject: [PATCH] Set 'confirm=1' in /etc/apt/listchanges.conf --- debian/changelog | 1 + etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e068a9a..830e08a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ grml-live (0.2) unstable; urgency=low * Update isolinux.bin to version 3.55-1. * Add loop-aes-testsuite to GRML_FULL. + * Set 'confirm=1' in /etc/apt/listchanges.conf. -- Michael Prokop Mon, 14 Jan 2008 22:54:10 +0100 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges b/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges index efe71fa..1a2f187 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges +++ b/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges @@ -4,7 +4,7 @@ # 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: Fri Dec 21 21:40:16 CET 2007 [mika] +# Latest change: Sun Jan 20 00:25:52 CET 2008 [mika] ################################################################################ set -e @@ -24,6 +24,7 @@ fi if [ -r $target/etc/apt/listchanges.conf ] ; then sed -i "s/^which=news/which=both/" $target/etc/apt/listchanges.conf + sed -i "s/^confirm=0/confirm=1/" $target/etc/apt/listchanges.conf fi ## END OF FILE ################################################################# -- 2.1.4