diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-28 22:07:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-28 22:07:58 +0200 |
commit | b8541b9d5ad07d91115950f1d055f27d265653fd (patch) | |
tree | 1741c50e1a2967fe1773f333eef20da619395699 /bin | |
parent | ee8968e1127eb3d5cfaaa76a1bf289b587745593 (diff) | |
download | jenkins.debian.net-b8541b9d5ad07d91115950f1d055f27d265653fd.tar.xz |
g-i: treat edu standalone installs differently
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index adb0bd72..3796db94 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -327,7 +327,7 @@ post_install_boot() { # actions depending on the type of installation # case $NAME in - *xfce) case $TOKEN in + debian_*xfce) case $TOKEN in 0200) do_and_report key enter ;; 0210) do_and_report key alt-f2 @@ -377,7 +377,7 @@ post_install_boot() { *) ;; esac ;; - *lxde) case $TOKEN in + debian_*lxde) case $TOKEN in 0200) do_and_report key alt-f2 ;; 0210) do_and_report type "iceweasel" @@ -432,7 +432,7 @@ post_install_boot() { *) ;; esac ;; - *kde) case $TOKEN in + debian_*kde) case $TOKEN in 0300) do_and_report key tab ;; 0310) do_and_report key enter @@ -484,7 +484,7 @@ post_install_boot() { *) ;; esac ;; - *gnome) case $TOKEN in + debian_*gnome) case $TOKEN in 0150) do_and_report move 530 420 click 1 ;; 0200) do_and_report key alt-f2 |