summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-18 11:13:30 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-18 11:13:30 +0100
commitaeabc53c399654f45373dddb77f63546158cd121 (patch)
treef4d95a64bae736d7ebdd539271c119518575567d
parenta94484c408cb7c54ed4a18c80ed350fe67b3d471 (diff)
downloadjenkins.debian.net-aeabc53c399654f45373dddb77f63546158cd121.tar.xz
fixup: use gocr to detect finished installations. also try harder to get the qemu logfile
-rwxr-xr-xbin/g-i-installation.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 408aa1b5..9f56ac1c 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -220,7 +220,9 @@ monitor_system() {
fi
# let's drive this further
case $TYPE in
- rescue) ;; rescue_action
+ rescue) rescue_action
+ ;;
+ *) ;;
esac
# test if this screenshot is the same as the one 400 screenshots ago, and if so, let stop this
if [ $(($NR % 100)) -eq 0 ] && [ $NR -gt 400 ] ; then