From 12ae9f00e643824c3b28af0f5895d193867048fc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 18 Dec 2013 21:34:29 +0100 Subject: [PATCH] GRMLBASE/98-clean-chroot: do not execute apt-get update There should be no point in running the apt-get update command at this place. --- etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 19464a2..8b3a8bf 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -49,15 +49,6 @@ if grep -q 'updatebase.GRMLBASE' ${target}/etc/udev/kernel-upgrade 2>/dev/null ; $ROOTCMD rm -f /etc/udev/kernel-upgrade fi -set +u -if ifclass RELEASE ; then -set -u - echo "Not updating package list as RELEASE class is set." -else - echo "Updating package list" - $ROOTCMD apt-get update -fi - echo "Cleaning apt places" $ROOTCMD apt-get check 2>/dev/null $ROOTCMD dpkg --clear-avail -- 2.1.4