diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-01 19:03:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-01 19:03:06 +0100 |
commit | 0bbadb60ace38c970c441c60d5f05361a6b876d9 (patch) | |
tree | 18c746b7f18c7cb8fd59c1fad56442f2e06d671f | |
parent | 2dc2eacc94da335977ef3b8d633c765b726d3036 (diff) | |
download | jenkins.debian.net-0bbadb60ace38c970c441c60d5f05361a6b876d9.tar.xz |
apt-get moo
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 43255ec2..94ba4591 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -374,18 +374,26 @@ normal_action() { ;; 620) do_and_report key enter ;; - 650) do_and_report type "su" + 630) do_and_report type apt-get + ;; + 640) do_and_report key space + ;; + 650) do_and_report type moo ;; 660) do_and_report key enter ;; - 670) do_and_report type r00tme + 670) do_and_report type "su" ;; 680) do_and_report key enter ;; - 690) do_and_report type "poweroff" + 690) do_and_report type r00tme ;; 700) do_and_report key enter ;; + 710) do_and_report type "poweroff" + ;; + 720) do_and_report key enter + ;; *) ;; esac ;; |