Disable apt-list* in instsoft.GRMLBASE
authorMichael Prokop <mika@grml.org>
Wed, 27 May 2009 15:53:59 +0000 (17:53 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 27 May 2009 15:53:59 +0000 (17:53 +0200)
debian/changelog
etc/grml/fai/config/hooks/instsoft.GRMLBASE

index 2c3eb0d..de91d6d 100644 (file)
@@ -16,8 +16,10 @@ grml-live (0.9.17) unstable; urgency=low
       uninstallable in Debian, see #423201 and #529508).
     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
+  * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
+    on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
 
- -- Michael Prokop <mika@grml.org>  Tue, 26 May 2009 16:57:15 +0200
+ -- Michael Prokop <mika@grml.org>  Wed, 27 May 2009 17:53:11 +0200
 
 grml-live (0.9.16) unstable; urgency=low
 
index 477e646..4e94d66 100755 (executable)
@@ -69,12 +69,12 @@ EOF
 
    if [ -x $target/usr/bin/aptitude ] ; then
       if $ROOTCMD aptitude --help | grep -q safe-upgrade ; then
-         $ROOTCMD aptitude -y safe-upgrade
+         APT_LISTCHANGES_FRONTEND=none APT_LISTBUGS_FRONTEND=none $ROOTCMD aptitude -y safe-upgrade
       else
-         $ROOTCMD aptitude -y upgrade
+         APT_LISTCHANGES_FRONTEND=none APT_LISTBUGS_FRONTEND=none $ROOTCMD aptitude -y upgrade
       fi
    else
-      $ROOTCMD apt-get -y upgrade
+      APT_LISTCHANGES_FRONTEND=none APT_LISTBUGS_FRONTEND=none $ROOTCMD apt-get -y upgrade
    fi
 
 else # no softupdate but fresh installation