summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-22 01:21:41 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-22 01:21:41 +0100
commit484f100728061ac04ae533975c462dab0913a7c7 (patch)
tree704fbf76f05991b147bf3af517c5ea6eccd2d234
parent7d7b84f9385f52471c8559d13f95d0992957d253 (diff)
downloadjenkins.debian.net-484f100728061ac04ae533975c462dab0913a7c7.tar.xz
start with installation specific boot up...
-rwxr-xr-xbin/g-i-installation.sh14
1 files changed, 10 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index a02a6106..df5768de 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -212,13 +212,19 @@ normal_action() {
let MY_NR=NR-TRIGGER_NR
TOKEN=$(printf "%03d" $MY_NR)
case $TOKEN in
- 010) do_and_report type jenkins
+ 050) do_and_report type jenkins
;;
- 020) do_and_report key enter
+ 060) do_and_report key enter
+ ;;
+ 070) do_and_report type insecure
;;
- 030) do_and_report type insecure
+ 080) do_and_report key enter
;;
- 040) do_and_report key enter
+ 100) case $NAME in
+ *lxde*) do_and_report key enter
+ ;;
+ *) ;;
+ esac
;;
*) ;;
esac