From 56377d8a935ba6e8837b95f83ada10a04dd91cff Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 30 Apr 2014 10:57:06 +0200 Subject: g-i: edu installs in test mode: click ok on developer warnings --- bin/g-i-installation.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 88cc5fc0..5e6bb7af 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -543,7 +543,7 @@ post_install_boot() { esac ;; debian-edu*minimal) case $TOKEN in - # debian-edu installations report error found during installation, go forward + # debian-edu installations report error found during installation, go forward in text mode 0030) $EDUTESTMODE && do_and_report key tab ;; 0040) $EDUTESTMODE && do_and_report key enter @@ -592,7 +592,7 @@ post_install_boot() { esac ;; debian-edu*-main-server) case $TOKEN in - # debian-edu installations report error found during installation, go forward + # debian-edu installations report error found during installation, go forward, in text mode 0500) $EDUTESTMODE && do_and_report key tab ;; 0550) $EDUTESTMODE && do_and_report key enter @@ -688,9 +688,7 @@ post_install_boot() { ;; debian-edu*-combi-server) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0500) $EDUTESTMODE && do_and_report key tab # dummy keypress - ;; - 0550) $EDUTESTMODE && do_and_report key enter # dummy keypress + 0100) $EDUTESTMODE && do_and_report move 760 560 click 1 ;; 0770) do_and_report type jenkins ;; @@ -753,9 +751,7 @@ post_install_boot() { ;; debian-edu*workstation) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0090) $EDUTESTMODE && do_and_report key tab - ;; - 0100) $EDUTESTMODE && do_and_report key enter + 0100) $EDUTESTMODE && do_and_report move 760 560 click 1 ;; 0110) do_and_report type jenkins ;; @@ -770,9 +766,7 @@ post_install_boot() { ;; debian-edu*standalone*) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0090) $EDUTESTMODE && do_and_report key tab - ;; - 0100) $EDUTESTMODE && do_and_report key enter + 0100) $EDUTESTMODE && do_and_report move 760 560 click 1 ;; 0110) do_and_report type jenkins ;; -- cgit v1.2.3-54-g00ecf