X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=02409727082149ac9766a39d87c36d9896fc1ae2;hp=e67a5ab7f4567269dafc0bb843253e21dac28ab0;hb=563f2f26944598d6c061044da3cbea08fdd7957b;hpb=574c42b5cbb9d1264b84bade255aed42547db8ec diff --git a/grml-live b/grml-live index e67a5ab..0240972 100755 --- a/grml-live +++ b/grml-live @@ -593,7 +593,7 @@ CHECKLOG=/var/log/fai/$HOSTNAME/last # package validator if [ -r "$CHECKLOG/package_errors.log" ] && grep -q '[a-z]' "$CHECKLOG/package_errors.log" ; then - if [ -n "$EXIT_ON_MISSING_PACKAGES" ] ; then + if [ -n "$EXIT_ON_MISSING_PACKAGES" -a -z "$BUILD_DIRTY" ] ; then eerror "The following packages were requested for installation but could not be processed:" cat $CHECKLOG/package_errors.log eerror "... exiting as requested via \$EXIT_ON_MISSING_PACKAGES."