Add fai_dirinstall_check.diff; wvdial preseeding
[grml-live.git] / patches / fai_dirinstall_check.diff
1 --- /usr/lib/fai/subroutines.orig       2007-09-21 10:46:23.000000000 +0200
2 +++ /usr/lib/fai/subroutines    2007-09-21 19:36:34.000000000 +0200
3 @@ -476,6 +476,9 @@
4      task prepareapt
5      task updatebase
6      task instsoft
7 +    if grep -q 'E: Sub-process /usr/bin/dpkg returned an error code' $LOGDIR/software.log ; then
8 +           die "Error in software installation task."
9 +    fi
10      task configure
11      task finish
12