Update sources.list handling.
[grml-live.git] / grml-live
index 3d74d29..20df250 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -554,6 +554,13 @@ else
          grep 'FAILED with exit code' $CHECKLOG/shell.log >> $LOGFILE && ERROR=2
       fi
 
+      # package validator
+      if [ -r "$CHECKLOG/package_errors.log" ] && grep -q '[a-z]' "$CHECKLOG/package_errors.log" ; then
+         ewarn "The following packages were requested for installation but could not be processed:"
+         cat $CHECKLOG/package_errors.log
+         eend 0
+      fi
+
       if [ -n "$ERROR" ] ; then
          log    "Error: there was a critical error [${ERROR}] during execution of stage 'fai dirinstall' [$(date)]"
          eerror "Error: there was a critical error during execution of stage 'fai dirinstall'"