From ad851d3aaff16c5ac54a7ad7635e6900dde7c893 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 5 Feb 2013 00:43:00 +0100 Subject: debian-edu installations report error found during installation, go forward --- bin/g-i-installation.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/g-i-installation.sh') 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 } -- cgit v1.2.3-54-g00ecf