From 49903421197591ef183b274bd9401edb2d9fa0fb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 27 May 2009 17:53:59 +0200 Subject: [PATCH] Disable apt-list* in instsoft.GRMLBASE --- debian/changelog | 4 +++- etc/grml/fai/config/hooks/instsoft.GRMLBASE | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c3eb0d..de91d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 26 May 2009 16:57:15 +0200 + -- Michael Prokop Wed, 27 May 2009 17:53:11 +0200 grml-live (0.9.16) unstable; urgency=low diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index 477e646..4e94d66 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -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 -- 2.1.4