diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-01 13:07:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-01 13:07:28 +0100 |
commit | 5a0df23b733b84e2843873bdec0c6ced7bf238a2 (patch) | |
tree | 72e91c9e81fbd101007a701327c248eb2489c1b6 /bin | |
parent | 1785391723aa6244eabbfa784a502af98502e2ee (diff) | |
download | jenkins.debian.net-5a0df23b733b84e2843873bdec0c6ced7bf238a2.tar.xz |
try to fix kde, give more time
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 12 |
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 ;; |