summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-02-05 00:43:00 +0100
committerHolger Levsen <holger@layer-acht.org>2013-02-05 00:43:00 +0100
commitad851d3aaff16c5ac54a7ad7635e6900dde7c893 (patch)
tree8e43fd2e3634d7246e0b49d6ca32ccb6f50361ce
parent560ac3269ae626d455c61407678894582f42e22d (diff)
downloadjenkins.debian.net-ad851d3aaff16c5ac54a7ad7635e6900dde7c893.tar.xz
debian-edu installations report error found during installation, go forward
-rwxr-xr-xbin/g-i-installation.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index d16fbc12..a3ea0b9d 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -489,6 +489,13 @@ normal_action() {
*) ;;
esac
;;
+ debian-edu*) case $TOKEN in
+ # debian-edu installations report error found during installation, go forward
+ 40) do_and_report key enter
+ ;;
+ *) ;;
+ esac
+ ;;
*) ;;
esac
}