Set 'confirm=1' in /etc/apt/listchanges.conf
authorMichael Prokop <devnull@localhost>
Sat, 19 Jan 2008 23:26:13 +0000 (00:26 +0100)
committerMichael Prokop <devnull@localhost>
Sat, 19 Jan 2008 23:26:13 +0000 (00:26 +0100)
debian/changelog
etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges

index e068a9a..830e08a 100644 (file)
@@ -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 <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
 
index efe71fa..1a2f187 100755 (executable)
@@ -4,7 +4,7 @@
 # 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: 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 #################################################################