From b8541b9d5ad07d91115950f1d055f27d265653fd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 28 Apr 2014 22:07:58 +0200 Subject: g-i: treat edu standalone installs differently --- bin/g-i-installation.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/g-i-installation.sh') 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 -- cgit v1.2.3-54-g00ecf