summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-03-08 20:08:59 +0100
committerHolger Levsen <holger@layer-acht.org>2013-03-08 20:08:59 +0100
commit8e7cdb964ce94c3741c2ac9e2d7f2a66e2f32614 (patch)
treeb7be5c4c7b78ac5b5ae82e2d304a40c106610fac /bin/g-i-installation.sh
parentf6aea1da9bc20fa304e2a42553589933a3c5ddf4 (diff)
downloadjenkins.debian.net-8e7cdb964ce94c3741c2ac9e2d7f2a66e2f32614.tar.xz
g-i: try harder to make edu standalone and workstation a success
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh56
1 files changed, 52 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 4335d557..a0e161d1 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -642,11 +642,11 @@ normal_action() {
# debian-edu installations report error found during installation, go forward
0100) do_and_report key enter
;;
- 0110) do_and_report type root
+ 0110) do_and_report type jenkins
;;
0120) do_and_report key enter
;;
- 0130) do_and_report type r00tme
+ 0130) do_and_report type insecure
;;
0140) do_and_report key enter
;;
@@ -657,14 +657,62 @@ normal_action() {
# debian-edu installations report error found during installation, go forward
0100) do_and_report key enter
;;
- 0110) do_and_report type root
+ 0110) do_and_report type jenkins
;;
0120) do_and_report key enter
;;
- 0130) do_and_report type r00tme
+ 0130) do_and_report type insecure
;;
0140) do_and_report key enter
;;
+ 0300) do_and_report key tab
+ ;;
+ 0310) do_and_report key enter
+ ;;
+ 0400) do_and_report key alt-f2
+ ;;
+ 0410) do_and_report type "konqueror"
+ ;;
+ 0420) do_and_report key space
+ ;;
+ 0430) do_and_report type "www"
+ ;;
+ 0440) do_and_report type "."
+ ;;
+ 0450) do_and_report type "debian"
+ ;;
+ 0460) do_and_report type "."
+ ;;
+ 0470) do_and_report type "org"
+ ;;
+ 0480) do_and_report key enter
+ ;;
+ 0600) do_and_report key alt-f2
+ ;;
+ 0610) do_and_report type konsole
+ ;;
+ 0620) do_and_report key enter
+ ;;
+ 0700) do_and_report type apt-get
+ ;;
+ 0710) do_and_report key space
+ ;;
+ 0720) do_and_report type moo
+ ;;
+ 0730) do_and_report key enter
+ ;;
+ 0740) do_and_report type "su"
+ ;;
+ 0750) do_and_report key enter
+ ;;
+ 0760) do_and_report type r00tme
+ ;;
+ 0770) do_and_report key enter
+ ;;
+ 0780) do_and_report type "poweroff"
+ ;;
+ 0790) do_and_report key enter
+ ;;
*) ;;
esac
;;