X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=06128748b2c260a1f21d59ef8ae413ced96aa0c0;hp=f781b62b81e62b5ceb7fd2c5ec35e9366f140326;hb=a45be56c42c5da0787a73fad834384c0e82aef13;hpb=bea1d56363bf75bf7a9fae860fbeef10a4272528 diff --git a/grml-live b/grml-live index f781b62..0612874 100755 --- a/grml-live +++ b/grml-live @@ -267,6 +267,7 @@ else # notice: 'fai dirinstall' does not seem to exit appropriate, so: ERROR='' if [ -r "/var/log/fai/dirinstall/$HOSTNAME/software.log" ] ; then + # 1 errors during executing of commands grep 'dpkg: error processing' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=1 grep 'E: Method http has died unexpectedly!' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=2 grep 'ERROR: chroot' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=3