summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-01 13:07:28 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-01 13:07:28 +0100
commit5a0df23b733b84e2843873bdec0c6ced7bf238a2 (patch)
tree72e91c9e81fbd101007a701327c248eb2489c1b6
parent1785391723aa6244eabbfa784a502af98502e2ee (diff)
downloadjenkins.debian.net-5a0df23b733b84e2843873bdec0c6ced7bf238a2.tar.xz
try to fix kde, give more time
-rwxr-xr-xbin/g-i-installation.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index da6ac669..094993c1 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -374,18 +374,18 @@ normal_action() {
;;
620) do_and_report key enter
;;
- 630) do_and_report type "su"
- ;;
- 640) do_and_report key enter
- ;;
- 650) do_and_report type r00tme
+ 650) do_and_report type "su"
;;
660) do_and_report key enter
;;
- 670) do_and_report type "poweroff"
+ 670) do_and_report type r00tme
;;
680) do_and_report key enter
;;
+ 690) do_and_report type "poweroff"
+ ;;
+ 700) do_and_report key enter
+ ;;
*) ;;
esac
;;