X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=435f1292afb7ca4f0ea63befd77413e5b2c55b88;hp=e435c719b41ff81bf9b84fdd4a45441b510b5ad0;hb=dde7410511284101d0df1541a0cf55feabbeb61a;hpb=d08e5220bdb647ace920fa78170d18829061cb59 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index e435c71..435f129 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -41,8 +41,14 @@ if grep -q 'updatebase.GRMLBASE' ${target}/etc/udev/kernel-upgrade 2>/dev/null ; $ROOTCMD rm -f /etc/udev/kernel-upgrade fi -echo "Updating package list" -$ROOTCMD apt-get update +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