From: Michael Prokop Date: Sat, 19 Jan 2008 23:26:13 +0000 (+0100) Subject: Set 'confirm=1' in /etc/apt/listchanges.conf X-Git-Tag: 0.2~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1186f47692fc1ac9f3b7a8e56ff75f1633a6d34e;ds=sidebyside Set 'confirm=1' in /etc/apt/listchanges.conf --- 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 #################################################################