X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=06128748b2c260a1f21d59ef8ae413ced96aa0c0;hb=bed0a7081d65b7e916678f2117d1b981f91843b9;hp=f781b62b81e62b5ceb7fd2c5ec35e9366f140326;hpb=4c748114cccfa2e494a55a7dbe021c8f0d154736;p=grml-live.git 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