diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-31 13:56:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-31 13:56:21 +0100 |
commit | a5f26ca6a8e1b377d310b76744f289053bf3298f (patch) | |
tree | 1bdadfba06db76fdc4e2c0ccab518c5733f4e4db /bin | |
parent | feb885281f0eb7264dad2c1e2cc9649250e49898 (diff) | |
download | jenkins.debian.net-a5f26ca6a8e1b377d310b76744f289053bf3298f.tar.xz |
fix gnome
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index bc7b7be9..56f8eeeb 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -406,15 +406,19 @@ normal_action() { ;; 400) do_and_report key alt-f2 ;; - 410) do_and_report type gnome-terminal + 410) do_and_report type gnome ;; - 420) do_and_report key enter + 420) do_and_report type "-" ;; - 430) do_and_report type apt-get + 430) do_and_report type terminal ;; - 440) do_and_report key space + 440) do_and_report key enter ;; - 450) do_and_report type moo + 450) do_and_report type apt-get + ;; + 460) do_and_report key space + ;; + 470) do_and_report type moo ;; 520) do_and_report key enter ;; |