From: Michael Prokop Date: Wed, 18 Dec 2013 20:34:29 +0000 (+0100) Subject: GRMLBASE/98-clean-chroot: do not execute apt-get update X-Git-Tag: v0.22.0~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=12ae9f00e643824c3b28af0f5895d193867048fc 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. --- 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