diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-22 01:21:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-22 01:21:41 +0100 |
commit | 484f100728061ac04ae533975c462dab0913a7c7 (patch) | |
tree | 704fbf76f05991b147bf3af517c5ea6eccd2d234 /bin | |
parent | 7d7b84f9385f52471c8559d13f95d0992957d253 (diff) | |
download | jenkins.debian.net-484f100728061ac04ae533975c462dab0913a7c7.tar.xz |
start with installation specific boot up...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
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 |